From 8bedbf182238536d1e30cbe0a99613a486818dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 7 Jun 2021 10:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=B1=9E=E6=80=A7=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 36 +++++++++--------- .../pages/attributeCustom/components/buss.vue | 10 ++--- .../pages/attributeCustom/components/laws.vue | 8 ++-- .../attributeCustom/components/stand.vue | 8 ++-- .../pages/standLawsAttrManage/index.vue | 16 ++++---- src/pages/localTool/standardWarning.vue | 38 ------------------- src/sysConfig/index.js | 8 ++-- 7 files changed, 43 insertions(+), 81 deletions(-) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index b35116d0b..a5cae192b 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -276,17 +276,17 @@ export default { // } // ] // }, - // { - // title: '配置管理', - // path: '/config', - // 'icon-class': 'conf', - // menuId: '95KGANGWCV', - // children: [ - // { - // title: '标准法规属性管理', - // path: '/standLawsAttrManage', - // menuId: 'C5VHBSYRMA' - // }, + { + title: '配置管理', + path: '/config', + 'icon-class': 'conf', + menuId: '95KGANGWCV', + children: [ + { + title: '标准法规属性管理', + path: '/standLawsAttrManage', + menuId: 'C5VHBSYRMA' + }, // { // title: '资料中心管理', // path: '/dynamicInformationManage', @@ -330,11 +330,11 @@ export default { // path: '/DynamicInformations', // menuId: '3C87BSHJUF' // }, - // { - // title: '标准属性自定义', - // path: '/attributeCustom', - // menuId: 'PGPZXNUFEXC85BVPV9AU' - // }, + { + title: '标准属性自定义', + path: '/attributeCustom', + menuId: 'PGPZXNUFEXC85BVPV9AU' + }, // // { // // title: '流程分类管理', // // path: '/processClassificationManage', @@ -355,8 +355,8 @@ export default { // path: '/enterpriseStandardNumberManagement', // menuId: '9YSFG39S3CBFUJCEU3QX' // } - // ] - // }, + ] + }, // { // title: '个人中心', // path: '/personal', diff --git a/src/pages/config/pages/attributeCustom/components/buss.vue b/src/pages/config/pages/attributeCustom/components/buss.vue index 75ee3b1e2..728c33ecc 100644 --- a/src/pages/config/pages/attributeCustom/components/buss.vue +++ b/src/pages/config/pages/attributeCustom/components/buss.vue @@ -2,8 +2,8 @@