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 @@
@@ -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