From 3a90e1db1d1b2dae06cf26f79bf61458037f916c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E9=94=90=E6=B3=A2?= <10549902+zhuangruibo@user.noreply.gitee.com> Date: Fri, 26 Jun 2026 21:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92bug=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../my/reserve/cp_reserve_manual.vue | 6 +++--- .../my/reserve/cp_reserve_system.vue | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_manual.vue b/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_manual.vue index 9a97e618..09eb4393 100644 --- a/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_manual.vue +++ b/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_manual.vue @@ -41,7 +41,7 @@
预约单位
-
{{ item.enterpriseName || item.bureauDeptName || '-' }}
+
企业:{{ item.enterpriseName || item.bureauDeptName || '-' }}
{{ formatPlanDate(item.planDate) }} {{ getPlanTimeText(item.planTime) }}
@@ -63,8 +63,8 @@
被约单位
-
{{ item.targetEnterpriseName || item.targetBureauDeptName || '-' }}
-
联合单位
+
企业:{{ item.targetEnterpriseName || item.targetBureauDeptName || '-' }}
+
执法单位:
diff --git a/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_system.vue b/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_system.vue index f858ecec..c4730edb 100644 --- a/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_system.vue +++ b/zdxt-web-client/zdxt-efcode-enforcement-app/src/views/enforcement/my/reserve/cp_reserve_system.vue @@ -29,9 +29,6 @@ >
系统匹配
-
- {{ getStatusText(item.opStatus) }} -
@@ -42,6 +39,12 @@
{{ item.enterpriseName || '-' }}
{{ formatDateShort(item.planDate) }} {{ getPlanTimeText(item.planTime) }}
+
+
预约状态:
+
+ {{ getStatusText(item.opStatus) }} +
+
执法单位:
{{ item.bureauDeptName || '-' }}
@@ -593,6 +596,10 @@ const onReject = (item) => { .value { color: rgba(255, 255, 255, 0.75); } + + .status-text { + color: #fff !important; + } } .unit-block-target { @@ -624,6 +631,10 @@ const onReject = (item) => { .value { color: #8a8a8a; } + + .status-text { + color: #111 !important; + } } .unit-block-header {