diff --git a/src/store/modules/permission.ts b/src/store/modules/permission.ts index 9a79e29..89f6530 100644 --- a/src/store/modules/permission.ts +++ b/src/store/modules/permission.ts @@ -257,9 +257,9 @@ export const usePermissionStore = defineStore({ // 后台路由到菜单结构 // 这里是本地路由 需要在这里添加 或者直接在route/routes/index里添加 - const customRoutes = [dashboard, about]; + const customRoutes = [dashboard]; // 根据顺序排序 即 仪表盘 后台路由 关于 - const backMenuList = transformRouteToMenu([dashboard, ...routeList, about]); + const backMenuList = transformRouteToMenu([dashboard, ...routeList]); this.setBackMenuList(backMenuList); // remove meta.ignoreRoute item diff --git a/src/views/checkManage/order/index.vue b/src/views/checkManage/order/index.vue index 971e1c5..7da6c78 100644 --- a/src/views/checkManage/order/index.vue +++ b/src/views/checkManage/order/index.vue @@ -35,12 +35,12 @@ }, immediate: true, columns: columns, - actionColumn: { - width: 300, - title: '操作', - key: 'action', - fixed: 'right', - }, + // actionColumn: { + // width: 300, + // title: '操作', + // key: 'action', + // fixed: 'right', + // }, }); //新增编辑弹窗 //详情,跳转 diff --git a/src/views/checkManage/plan/addModal.vue b/src/views/checkManage/plan/addModal.vue index 8d4c86c..bd36591 100644 --- a/src/views/checkManage/plan/addModal.vue +++ b/src/views/checkManage/plan/addModal.vue @@ -24,10 +24,10 @@ - + @@ -50,10 +50,10 @@ createDate: '', planDate: '', station: null, - planType: null, + monitorType: null, }); //下拉框 - const planTypeOptions = [ + const monitorTypeOptions = [ { value: '月度巡检', }, @@ -114,7 +114,7 @@ createDate: [{ required: true, message: '请选择' }], planDate: [{ required: true, message: '请选择' }], station: [{ required: true, message: '请选择' }], - planType: [{ required: true, message: '请选择' }], + monitorType: [{ required: true, message: '请选择' }], }; return { visible, @@ -122,7 +122,7 @@ form, showModal, handleOk, - planTypeOptions, + monitorTypeOptions, stationOptions, closeModal, formRef, diff --git a/src/views/checkManage/plan/index.vue b/src/views/checkManage/plan/index.vue index d794726..a409869 100644 --- a/src/views/checkManage/plan/index.vue +++ b/src/views/checkManage/plan/index.vue @@ -5,7 +5,7 @@ 新增 - + @@ -35,12 +35,12 @@ }, immediate: true, columns: columns, - actionColumn: { - width: 300, - title: '操作', - key: 'action', - fixed: 'right', - }, + // actionColumn: { + // width: 300, + // title: '操作', + // key: 'action', + // fixed: 'right', + // }, }); //新增编辑弹窗 //详情,跳转 diff --git a/src/views/onlineAnalysis/arguments/index.vue b/src/views/onlineAnalysis/arguments/index.vue index 844308e..d4465f2 100644 --- a/src/views/onlineAnalysis/arguments/index.vue +++ b/src/views/onlineAnalysis/arguments/index.vue @@ -5,7 +5,7 @@ 新增 - + diff --git a/src/views/onlineAnalysis/io/index.vue b/src/views/onlineAnalysis/io/index.vue index 5cf2332..99ee36b 100644 --- a/src/views/onlineAnalysis/io/index.vue +++ b/src/views/onlineAnalysis/io/index.vue @@ -5,7 +5,7 @@ 新增 - + diff --git a/src/views/onlineAnalysis/zero/index.vue b/src/views/onlineAnalysis/zero/index.vue index 439e77c..b273ffb 100644 --- a/src/views/onlineAnalysis/zero/index.vue +++ b/src/views/onlineAnalysis/zero/index.vue @@ -5,7 +5,7 @@ 新增 - + diff --git a/src/views/stationCheck/particulate/index.vue b/src/views/stationCheck/particulate/index.vue index 7870329..6616481 100644 --- a/src/views/stationCheck/particulate/index.vue +++ b/src/views/stationCheck/particulate/index.vue @@ -10,11 +10,11 @@
{{ record.result }}
- + diff --git a/src/views/stationCheck/standby/index.vue b/src/views/stationCheck/standby/index.vue index eece78f..41c37ea 100644 --- a/src/views/stationCheck/standby/index.vue +++ b/src/views/stationCheck/standby/index.vue @@ -5,7 +5,7 @@ 新增 - + @@ -35,12 +35,12 @@ }, immediate: true, columns: columns, - actionColumn: { - width: 300, - title: '操作', - key: 'action', - fixed: 'right', - }, + // actionColumn: { + // width: 300, + // title: '操作', + // key: 'action', + // fixed: 'right', + // }, }); //新增编辑弹窗 //详情,跳转