数据问题报告生成,报告模版管理代码修改

main
zhangxiaodi1 10 months ago
parent 2e9de024db
commit d9d8a9a9e1

@ -1756,6 +1756,74 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
},
],
},
{
path: '/reporting',
component: Layout,
name: 'Reporting',
menuId: 'Reporting',
meta: {
title: '报告管理',
alwaysShow: true,
type:"ybt",
sort:10
},
children: [
{
path: 'RepTemplate',
component: () => import('@/views/reporting/RepTemplate/RepTemplate.vue'),
name: 'RepTemplate',
menuId: 'reporting/RepTemplate',
meta: {
title: '报表模板管理'
}
},
{
path: 'RepDataProblem',
component: () => import('@/views/reporting/RepDataProblem/RepDataProblem.vue'),
name: 'RepDataProblem',
menuId: 'reporting/RepDataProblem',
meta: {
title: '数据问题报告生成'
}
}
]
},
{
path: '/test001',
component: () => import('@/views/srdb/TaskDiary/TaskDiary.vue'),
name: 'test001',
menuId: 'dataInterfaceManage/TaskDiary',
meta: {
title: '指标管理',
alwaysShow: true,
type:"ybt",
sort:2,
},
},
{
path: '/test002',
component: () => import('@/views/srdb/TaskDiary/TaskDiary.vue'),
name: 'test002',
menuId: 'dataInterfaceManage/TaskDiary',
meta: {
title: '指标分类管理',
alwaysShow: true,
type:"ybt",
sort:3,
},
},
{
path: '/test003',
component: () => import('@/views/srdb/TaskDiary/TaskDiary.vue'),
name: 'test003',
menuId: 'dataInterfaceManage/TaskDiary',
meta: {
title: '指标查询',
alwaysShow: true,
type:"ybt",
sort:4,
},
},
{
path: '/model',
component: Layout,
@ -1766,6 +1834,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
title: '模型配置管理',
icon: 'tdesign:task-setting',
alwaysShow: true,
type:"ybt",
},
children: [
{
@ -1784,6 +1853,8 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
menuId: 'modelitem',
meta: {
title: '指标模型管理',
alwaysShow: true,
type:"ybt",
},
},
],

@ -117,7 +117,7 @@ const searchSchema = reactive<FormSchema[]>([
field: 'tName',
label: '报告名称',
componentProps: {},
component: 'Select'
component: 'Input'
},
{
field: 'tCategory',

@ -53,7 +53,7 @@ const formSchema = reactive<FormSchema[]>([
{
field: 'tName',
label: '报告名称',
component: 'Select',
component: 'Input',
componentProps: {
},

Loading…
Cancel
Save