From 99c63f2a3b15648a14e6d9b1d91ba4f537cce6d1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 08 五月 2025 10:40:43 +0800 Subject: [PATCH] 实验中止审批 --- laboratory/src/router/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/laboratory/src/router/index.js b/laboratory/src/router/index.js index a67aa3d..fc39bc0 100644 --- a/laboratory/src/router/index.js +++ b/laboratory/src/router/index.js @@ -342,6 +342,14 @@ }, component: () => import("../views/dataManagement/testResultReport/detail.vue"), }, + { + path: "suspendExperiment", + meta: { + title: "实验中止审批", + keepAlive: true, + }, + component: () => import("../views/dataManagement/suspendExperiment/list.vue"), + }, ], }, { -- Gitblit v1.7.1