From 5351f6bf182e92c67278f1f994a3dd6a0eaac7ab Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Tue, 1 Jul 2025 17:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=B1=9E=E5=9C=B0=E5=8F=8A?= =?UTF-8?q?=E7=A7=91=E5=AE=A4=E7=AE=A1=E7=90=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/dependency.js | 2 +- .../qualification/myQualifications/index.vue | 14 +- src/views/system/locality/index.vue | 72 ++++--- src/views/system/post/index.vue | 184 +++++++++--------- src/views/system/section/index.vue | 32 ++- 5 files changed, 178 insertions(+), 126 deletions(-) diff --git a/src/api/system/dependency.js b/src/api/system/dependency.js index 4730826..8f559ad 100644 --- a/src/api/system/dependency.js +++ b/src/api/system/dependency.js @@ -30,7 +30,7 @@ export function addBusDependency(data) { export function updateBusDependency(data) { return request({ url: '/admin/busDependency/updateBusDependency', - method: 'put', + method: 'post', data: data }) } diff --git a/src/views/qualification/myQualifications/index.vue b/src/views/qualification/myQualifications/index.vue index fa51fdd..3028135 100644 --- a/src/views/qualification/myQualifications/index.vue +++ b/src/views/qualification/myQualifications/index.vue @@ -94,7 +94,19 @@ import LableApply from './components/LableApply.vue' // import { addMenu, delMenu, getMenu, listMenu, updateMenu } from "@/api/system/menu" import jobNumberIcon from '@/assets/images/job-number-icon.png' import myAvatar from '@/assets/images/my-avatar.png' -import { ref } from 'vue' +import { onMounted, ref } from 'vue' +import useUserStore from '@/store/modules/user' + +const userStore = useUserStore() +// 初始化 +onMounted(() => { + getUserInfo() +}); + +// 获取当前登录用户详情 +const getUserInfo = () => { + +} // 按钮组配置 const ToolOptions = ref(['高压资质培训信息', '高压车型培训信息', '资质申请', '标签申请']) diff --git a/src/views/system/locality/index.vue b/src/views/system/locality/index.vue index 179ea95..1665bfb 100644 --- a/src/views/system/locality/index.vue +++ b/src/views/system/locality/index.vue @@ -25,7 +25,7 @@
- @@ -33,18 +33,18 @@ {{ scope.$index + 1 }} - - - - - - + + + + + + - +