From f0f200abf841d5d7fe5e2921e6ded8f0147e9c92 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 10 七月 2024 18:02:07 +0800
Subject: [PATCH] feat 用户列表增加部门条件 随机试卷列表增加部门,时间,科目条件 补考直接展示学生 试卷标题默认展示一个

---
 src/router.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/router.js b/src/router.js
index fec180d..2fbb02d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -176,6 +176,12 @@
         meta: { title: '闅忔満璇曞嵎', noCache: true }
       },
       {
+        path: 'personalRandomTemplate/config',
+        component: () => import('@/views/exam/personalRandomTemplate/config'),
+        name: 'personalSimulationConfig',
+        meta: { title: '闅忔満璇曞嵎閰嶇疆', noCache: true }
+      },
+      {
         path: 'personalRandomTemplate/edit',
         component: () => import('@/views/exam/personalRandomTemplate/edit'),
         name: 'personalSimulationEdit',

--
Gitblit v1.8.0