From f5ae0ab82b175f93d0d5462d20493a042bb70f3d Mon Sep 17 00:00:00 2001
From: dearlin <1261008090@qq.com>
Date: Wed, 15 Nov 2023 11:51:34 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E9=87=8D=E7=82=B9=E5=B7=A5=E7=A8=8B?=
=?UTF-8?q?=E9=9A=90=E6=82=A3=E8=80=83=E8=AF=84=E7=9B=B8=E5=85=B3bug?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/KeyProjectHidden/index.vue | 54 +++++++++++++++++++
src/components/OutSourced/index.vue | 16 +++++-
.../components/hidden_list.vue | 22 +++-----
3 files changed, 76 insertions(+), 16 deletions(-)
diff --git a/src/components/KeyProjectHidden/index.vue b/src/components/KeyProjectHidden/index.vue
index 7d5feae..b3d7267 100644
--- a/src/components/KeyProjectHidden/index.vue
+++ b/src/components/KeyProjectHidden/index.vue
@@ -72,6 +72,58 @@
{{ pd.ISPUNISH === '1' ? '是' : '否' }} |
+
+
+ 罚款详情
+
+
+
+
+ 处罚原因 |
+ {{ projectEntity.REASON }} |
+
+
+ 处罚金额 |
+ {{ projectEntity.AMOUT }}元 |
+
+
+ 被处罚单位 |
+ {{ projectEntity.UNITS_NAME }} |
+
+
+ 被处罚人 |
+ {{ projectEntity.PERSON_NAME }} |
+
+
+ 下发人 |
+ {{ projectEntity.CREATOR_NAME }} |
+
+
+ 下发处罚时间 |
+ {{ projectEntity.DATE }} |
+
+
+ 罚款缴纳单 |
+
+
+ |
+
+
+ 处罚处理人 |
+ {{ projectEntity.PERSON_NAME }} |
+
+
+ 处罚处理时间 |
+ {{ projectEntity.HANLDE_TIME }} |
+
+
+
+
+
+
+
@@ -105,6 +157,7 @@ export default {
return {
config,
pd: {},
+ projectEntity: {},
dialogViewVideo: false,
playerOptions: {
playbackRates: [0.5, 1.0, 1.5, 2.0], // 可选的播放速度
@@ -142,6 +195,7 @@ export default {
}
).then((data) => {
this.pd = data.pd
+ this.projectEntity = data.pd.punishForm
})
},
goViewVideo(FILEPATH) {
diff --git a/src/components/OutSourced/index.vue b/src/components/OutSourced/index.vue
index bf3ad74..101ee9f 100644
--- a/src/components/OutSourced/index.vue
+++ b/src/components/OutSourced/index.vue
@@ -42,10 +42,22 @@
- {{ row.prvinceName }} -- {{ row.cityName }} -- {{ row.countryName }}
+
+ {{ row.prvinceName }} -- {{ row.cityName }} -- {{ row.countryName }}
+
+
+ 河北省-秦皇岛市-海港区
+
+
+
+
+
+
+ {{ row.INDUSTRY_NAME }}
+
+ 交通运输、仓储和邮政业
-
diff --git a/src/views/keyproject_evaluation/personnel_evaluation_status/components/hidden_list.vue b/src/views/keyproject_evaluation/personnel_evaluation_status/components/hidden_list.vue
index 11a513b..daf9e7e 100644
--- a/src/views/keyproject_evaluation/personnel_evaluation_status/components/hidden_list.vue
+++ b/src/views/keyproject_evaluation/personnel_evaluation_status/components/hidden_list.vue
@@ -5,12 +5,10 @@
-
-
+
-
@@ -80,13 +78,7 @@
- 隐患快报
-
-
- 清单排查
-
-
- 清单排查
+ Ai报警
安全环保检查(监管端)
@@ -94,9 +86,6 @@
安全环保检查(企业端)
-
- 消防点检
-
@@ -254,7 +243,12 @@ export default {
}
).then((data) => {
this.listLoading = false
- this.varList = data.varList
+ console.log(data.varList)
+ if (data.varList) {
+ this.varList = data.varList
+ }else {
+ this.varList = []
+ }
this.total = data.page.totalResult
}).catch((e) => {
this.listLoading = false