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 {