diff --git a/src/router/index.ts b/src/router/index.ts index 33d69b8..757360f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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", }, }, ], diff --git a/src/views/reporting/RepDataProblem/RepDataProblem.vue b/src/views/reporting/RepDataProblem/RepDataProblem.vue index a9470b7..e390bc3 100644 --- a/src/views/reporting/RepDataProblem/RepDataProblem.vue +++ b/src/views/reporting/RepDataProblem/RepDataProblem.vue @@ -117,7 +117,7 @@ const searchSchema = reactive([ field: 'tName', label: '报告名称', componentProps: {}, - component: 'Select' + component: 'Input' }, { field: 'tCategory', diff --git a/src/views/reporting/RepDataProblem/components/Write.vue b/src/views/reporting/RepDataProblem/components/Write.vue index 16ea580..32886fe 100644 --- a/src/views/reporting/RepDataProblem/components/Write.vue +++ b/src/views/reporting/RepDataProblem/components/Write.vue @@ -53,7 +53,7 @@ const formSchema = reactive([ { field: 'tName', label: '报告名称', - component: 'Select', + component: 'Input', componentProps: { },