| | |
| | | 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 } |
| | | }, |
| | | { |
| | | //评估管理 |
| | |
| | | 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', |