From 0d35b189aa9272437f9d6a98f27b3952d8d2bf1e Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 11 四月 2025 14:08:24 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 src/router/index.js |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 750ccae..99ce6eb 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -223,7 +223,7 @@
                             keepAlive: true,
                         },
                         component: () => import("../views/dataManagement/sampleRecordList/changeRecord"),
-                    },{
+                    }, {
                         path: "submissionList",
                         meta: {
                             title: "送样单列表",
@@ -242,7 +242,7 @@
                         component: () => import("../views/dataManagement/sampleSubmissionList/submission"),
                     },
                 ]
-                
+
             },
             {
                 path: "deliveryRecord",
@@ -262,7 +262,6 @@
                 },
                 component: () => import("../views/dataManagement/SampleDeliveryRecord/deliveryRecord"),
             },
-           
         ],
     },
     {
@@ -352,6 +351,20 @@
                 },
                 component: () => import("../views/deliveryAssessment/taskList"),
             },
+            {
+                path: "restsTask",
+                meta: {
+                    title: "实验员其他任务",
+                },
+                component: () => import("../views/deliveryAssessment/restsTask"),
+            },
+            {
+                path: "clinicalTrial",
+                meta: {
+                    title: "临床试验积分列表",
+                },
+                component: () => import("../views/deliveryAssessment/clinicalTrial"),
+            },
         ]
     }
 ];

--
Gitblit v1.7.1