执法单位:
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 @@
>
@@ -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 {