From 83499516261ef8cb8174b0a87975fc18c20120b4 Mon Sep 17 00:00:00 2001
From: merak1237 <1036673629@qq.com>
Date: Thu, 18 Sep 2025 15:52:15 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BC=9A=E8=AE=AE=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E7=95=8C=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 2 +-
pages.json | 6 +
pages/sys/user/myRepair/addRepair.vue | 2 +-
pages/sys/user/myVisitor/creatVisitor.vue | 2 +-
pages/sys/user/myVisitor/myVisitor.vue | 2 +-
pages/sys/workbench/meet/createMeet.vue | 153 +++++-
pages/sys/workbench/meet/reservation.vue | 504 ++++++++++++++++++
pages/sys/workbench/order/orderDetail.vue | 300 +++++++----
.../workbench/unitManagement/auditsDetail.vue | 2 +-
.../workbench/unitManagement/employeeAdd.vue | 2 +-
.../unitManagement/employeeAudits.vue | 3 +-
.../workbench/unitManagement/employeeEdit.vue | 2 +-
.../unitManagement/employeeManagement.vue | 2 +-
.../unitManagement/unitManagement.vue | 2 +-
static/font/NotoSansHans.ttf | Bin 0 -> 6492 bytes
static/font/font.css | 7 +-
16 files changed, 878 insertions(+), 113 deletions(-)
create mode 100644 pages/sys/workbench/meet/reservation.vue
create mode 100644 static/font/NotoSansHans.ttf
diff --git a/App.vue b/App.vue
index 259ad23..7e7fbd8 100644
--- a/App.vue
+++ b/App.vue
@@ -22,7 +22,7 @@ export default {
\ No newline at end of file
diff --git a/pages/sys/workbench/meet/reservation.vue b/pages/sys/workbench/meet/reservation.vue
new file mode 100644
index 0000000..6fe3b13
--- /dev/null
+++ b/pages/sys/workbench/meet/reservation.vue
@@ -0,0 +1,504 @@
+
+
+
+
+ {{ statusText }}
+
+
+
+
+ 1号会议室
+ 10:00------12:00
+
+
+
+
+
+ 发起人
+ {{ organizer }}
+
+
+ 会议主题
+ {{ meetingTheme }}
+
+
+ 会议时间
+ {{ meetingTime }}
+
+
+ 会议人数
+ {{ attendeesCount }}人
+
+
+
+
+
+ 签到二维码
+
+
+
+ 长按保存
+ 二维码已失效
+
+
+
+
+ 已签到人数
+ {{ checkedInCount }}人
+
+
+
+
+
+
+ {{ attendee.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/sys/workbench/order/orderDetail.vue b/pages/sys/workbench/order/orderDetail.vue
index f21420f..1197c51 100644
--- a/pages/sys/workbench/order/orderDetail.vue
+++ b/pages/sys/workbench/order/orderDetail.vue
@@ -1,8 +1,11 @@
-
+
- 工单编号:{{ detail.orderNo }}
+
+ 工单编号:
+ {{ detail.orderNo }}
+
上报人信息
发起人:{{ detail.initiatorPeople }}
@@ -14,18 +17,20 @@
工单类型:{{ detail.typeName }}
处理地点:{{ detail.location }}
备注:{{ detail.remark }}
- 工单图片:
+
+ 工单图片:
+
-
@@ -37,36 +42,37 @@
-
- 进度跟踪
-
-
- {{ status.createTime.substring(0,11)}}
- {{ status.createTime.substring(11,16) }}
-
-
-
-
-
+ 进度跟踪
+
+
+ {{ status.createTime.substring(0, 11) }}
+ {{ status.createTime.substring(11, 16) }}
+
+
+
+
+
-
-
- {{ getStatusLabel(status.status) }}
-
+ >
+
+
+ {{ getStatusLabel(status.status) }}
+
-
-
-
+
+
+
diff --git a/pages/sys/workbench/unitManagement/auditsDetail.vue b/pages/sys/workbench/unitManagement/auditsDetail.vue
index ef434e5..eccade7 100644
--- a/pages/sys/workbench/unitManagement/auditsDetail.vue
+++ b/pages/sys/workbench/unitManagement/auditsDetail.vue
@@ -151,7 +151,7 @@
.page-container {
padding: 48rpx 30rpx;
background-color: transparent;
- min-height: 100vh;
+ height: calc(100vh - (44px + env(safe-area-inset-top)));
box-sizing: border-box;
}
diff --git a/pages/sys/workbench/unitManagement/employeeAdd.vue b/pages/sys/workbench/unitManagement/employeeAdd.vue
index af690d7..23b61bb 100644
--- a/pages/sys/workbench/unitManagement/employeeAdd.vue
+++ b/pages/sys/workbench/unitManagement/employeeAdd.vue
@@ -233,7 +233,7 @@ export default {
.register-container {
padding: 20px 15px;
background-color: #f7f7f7;
- min-height: 100vh;
+ height: calc(100vh - (44px + env(safe-area-inset-top)));
box-sizing: border-box;
}
diff --git a/pages/sys/workbench/unitManagement/employeeAudits.vue b/pages/sys/workbench/unitManagement/employeeAudits.vue
index e389182..8377a25 100644
--- a/pages/sys/workbench/unitManagement/employeeAudits.vue
+++ b/pages/sys/workbench/unitManagement/employeeAudits.vue
@@ -154,11 +154,10 @@ export default {