From e95ca9ef89c79fbff8f0d1394311f5f18d653cdd Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期五, 18 十月 2024 16:49:49 +0800 Subject: [PATCH] 动态表头 --- src/router/index.js | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 41e3ccd..2cce391 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -122,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 } }, { //璇勪及绠$悊 @@ -136,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', -- Gitblit v1.9.3