From ccb73e2ea5b4366bf8e8f8022abdf9cdc8faad10 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期二, 29 四月 2025 16:21:20 +0800 Subject: [PATCH] 化验室评定 --- laboratory/src/router/index.js | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 43 insertions(+), 3 deletions(-) diff --git a/laboratory/src/router/index.js b/laboratory/src/router/index.js index ac6228f..5038bc5 100644 --- a/laboratory/src/router/index.js +++ b/laboratory/src/router/index.js @@ -416,7 +416,7 @@ component: () => import("../views/deliveryAssessment/restsTask"), }, { - // 超级管理员 工艺工程师 + // 超级管理员 工艺工程师 审批人 path: "clinicalTrial", meta: { title: "临床试验积分列表", @@ -424,7 +424,7 @@ component: () => import("../views/deliveryAssessment/clinicalTrial"), }, { - // 化验师 审批人 + // 化验师 审批人 工艺工程师 path: "testingAndEvaluation", meta: { title: "检测项评定列表", @@ -448,7 +448,7 @@ component: () => import("../views/deliveryAssessment/assayTaskList"), }, { - // 工艺工程师 + // 工艺工程师 审批人 path: "processEngineerEvaluate", meta: { title: "工艺工程师工作评定详情", @@ -493,6 +493,46 @@ }, component: () => import("../views/deliveryAssessment/chemistEvaluate/add"), }, + { + // 工艺工程师 + path: "QAList", + name: 'QAList', + meta: { + title: "化验师QA专题报告评定", + keepAlive: true, + }, + component: () => import("../views/deliveryAssessment/QA"), + }, + { + // 审批人 + path: "experimenterJobEvaluation", + name: 'ExperimenterJobEvaluation', + meta: { + title: "实验员工作评定详情", + keepAlive: true, + }, + component: () => import("../views/deliveryAssessment/experimenterJobEvaluation"), + }, + { + // 审批人 + path: "technicianJobEvaluation", + name: 'TechnicianJobEvaluation', + meta: { + title: "化验师工作评定详情", + keepAlive: true, + }, + component: () => import("../views/deliveryAssessment/technicianJobEvaluation"), + }, + { + // 审批人 + path: "reportEvaluation", + name: 'ReportEvaluation', + meta: { + title: "专业报告库评定", + keepAlive: true, + }, + component: () => import("../views/deliveryAssessment/reportEvaluation"), + }, ] } ]; -- Gitblit v1.7.1