From 52b5ac4ea7bd148951658510593e17f9a05dea86 Mon Sep 17 00:00:00 2001 From: zhangxiaodi1 Date: Sat, 9 Nov 2024 15:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=8A=82=E6=8A=A5=E5=91=8A=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E7=AE=A1=E7=90=86router?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 998b416..bc1b622 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1788,6 +1788,16 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [ title: '报表模板管理' } }, + { + path: 'repVariableManagement', + component: () => import('@/views/reporting/RepVariableManagement/RepVariableManagement.vue'), + name: 'repVariableManagement', + menuId: 'reporting/repVariableManagement', + meta: { + title: '报告变量管理' + + } + }, { path: 'RepDataProblem', component: () => import('@/views/reporting/RepDataProblem/RepDataProblem.vue'), @@ -1844,18 +1854,6 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [ sort:4, } }, - { - path: 'repVariableManagement', - component: () => import('@/views/reporting/RepVariableManagement/RepVariableManagement.vue'), - name: 'repVariableManagement', - menuId: 'repVariableManagement', - meta: { - title: '报告变量管理', - alwaysShow: true, - type:"ybt", - sort:5, - } - }, // { // path: 'codeRepItem', // component: () => import('@/views/dataset/CodeRepItem/CodeRepItem.vue'),