调节报告变量管理router

main
zhangxiaodi1 9 months ago
parent bbf9eb7bb7
commit 52b5ac4ea7

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

Loading…
Cancel
Save