|
|
|
@ -1328,7 +1328,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
|
|
|
|
name: 'RepDataSource',
|
|
|
|
|
menuId: 'param/RepDataSource',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '数据源管理',
|
|
|
|
|
title: '数据源',
|
|
|
|
|
sort:5
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -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'),
|
|
|
|
|