From 3e78b8a8267841dcc9a990d8558735d1f8c3159e Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=AE=A4=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 24 ++++ src/views/Home/hsgl/HsglCreate.vue | 200 +++++++++++++++++++++++++++++ src/views/Home/hsgl/HsglDetail.vue | 157 ++++++++++++++++++++++ src/views/Home/hsgl/HsglForm.vue | 15 ++- src/views/Home/hsgl/index.vue | 98 ++++++++------ 5 files changed, 447 insertions(+), 47 deletions(-) create mode 100644 src/views/Home/hsgl/HsglCreate.vue create mode 100644 src/views/Home/hsgl/HsglDetail.vue diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 3614909..456759d 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -736,6 +736,30 @@ const remainingRouter: AppRouteRecordRaw[] = [ activeMenu: '/Home/jbgl/Jbglflow' } }, + { + path: 'hsgl/HsglCreate', + component: () => import('@/views/Home/hsgl/HsglCreate.vue'), + name: 'HsglCreate', + meta: { + noCache: true, + hidden: true, + canTo: true, + title: '发起会议室管理流程', + activeMenu: '/Home/hsgl/Hsglflow' + } + }, + { + path: 'hsgl/HsglDetail', + component: () => import('@/views/Home/hsgl/HsglDetail.vue'), + name: 'HsglDetail', + meta: { + noCache: true, + hidden: true, + canTo: true, + title: '查看会议室管理流程', + activeMenu: '/Home/hsgl/Hsglflow' + } + }, ] }, ] diff --git a/src/views/Home/hsgl/HsglCreate.vue b/src/views/Home/hsgl/HsglCreate.vue new file mode 100644 index 0000000..f0caee7 --- /dev/null +++ b/src/views/Home/hsgl/HsglCreate.vue @@ -0,0 +1,200 @@ + + diff --git a/src/views/Home/hsgl/HsglDetail.vue b/src/views/Home/hsgl/HsglDetail.vue new file mode 100644 index 0000000..b6ed3e7 --- /dev/null +++ b/src/views/Home/hsgl/HsglDetail.vue @@ -0,0 +1,157 @@ + + diff --git a/src/views/Home/hsgl/HsglForm.vue b/src/views/Home/hsgl/HsglForm.vue index 477a234..1fbec23 100644 --- a/src/views/Home/hsgl/HsglForm.vue +++ b/src/views/Home/hsgl/HsglForm.vue @@ -1,6 +1,8 @@