hcong
2024-10-18 e95ca9ef89c79fbff8f0d1394311f5f18d653cdd
src/router/index.js
@@ -86,6 +86,12 @@
    component: () => import('@/views/fysp/task/MonitorPlanEdit.vue')
  },
  {
    //监管任务计划编辑
    name: 'monitorTaskCreate',
    path: '/fysp/task/create',
    component: () => import('@/views/fysp/task/MonitorTaskCreate.vue')
  },
  {
    //问题审核
    name: 'procheck',
    path: '/fysp/procheck',
@@ -116,11 +122,17 @@
    component: () => import('@/views/fysp/config/EvalutationRule.vue')
  },
  {
    //评估子规则修改页面
    name: 'fyspEvalutationEdit',
    path: '/fysp/config/evalutationRule/CompEvalutionSubRuleUpd/:subRuleId',
    component: () => import('@/views/fysp/config/components/evalution/CompEvalutionSubRuleUpd.vue'),
  },
  {
    //评估数据源
    name: 'fyspEvalutationTask',
    path: '/fysp/evaluation/evalutationTask',
    component: () => import('@/views/fysp/evaluation/EvalutationTask.vue'),
    meta: { keepAlive: false }
    meta: { keepAlive: true }
  },
  {
    //评估管理
@@ -130,6 +142,20 @@
    meta: { keepAlive: true }
  },
  {
    //评估排名
    name: 'fyspEvalutationRecordRank',
    path: '/fysp/evaluation/evalutationRecordRank',
    component: () => import('@/views/fysp/evaluation/EvalutationRecordTest.vue'),
    meta: { keepAlive: true, readonly: true  }
  },
  {
    //评分调整
    name: 'fyspEvalutationRecordEdit',
    path: '/fysp/evaluation/evalutationRecordEdit',
    component: () => import('@/views/fysp/evaluation/EvalutationRecordTest.vue'),
    meta: { keepAlive: true, readonly: false }
  },
  {
    //评估结果详情
    name: 'fyspEvalutationEdit',
    path: '/fysp/evaluation/evalutationEdit/:subTaskId',