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'),