From bbbc9bd7597830b53d5c92dfcf513468d5a7840f Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期四, 19 十月 2023 16:15:13 +0800
Subject: [PATCH] 1、班次班制管理页面新增班次时如果并未选择开始与结束休息时间,应默认为空,而不是当前时间 2、班次班制管理页面新增或修改班次时如果选择跨天,则时间请求参数会混乱,应与不跨天时保持一致 3、班次班制管理页面表格数据新增增加表单项验证

---
 src/config/router.config.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index e41fc6e..f35fe1f 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -12,7 +12,6 @@
     meta: { title: '棣栭〉' },
     redirect: '/dashboard/analysis',
     children: [
-
       // // dashboard
       // {
       //   path: '/dashboard',
@@ -373,8 +372,8 @@
     ]
   },
   {
-    path:'/testWorkshop',
-    component:()=>import('@/views/TestWorkshop.vue')
+    path:'/workshopSignage/:id',
+    component:()=>import('@/views/WorkshopSignage.vue')
   },
   {
     path: '/404',

--
Gitblit v1.9.3