From 4a8e6048ba529a84f11ba74e4f90558bcd7b1075 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期四, 03 四月 2025 16:31:58 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- src/router/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 92e046e..f575bbe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -164,6 +164,14 @@ }, component: () => import("../views/dataManagement/confirmation-sheet"), }, + { + path: "confirmation-sheet/add", + name: "AddConfirmationSheet", + meta: { + title: "检验方法确认单", + }, + component: () => import("../views/dataManagement/confirmation-sheet/components/add.vue"), + }, ], }, { -- Gitblit v1.7.1