关闭
-
确定
@@ -225,9 +234,9 @@ export default {
this.info = JSON.parse(JSON.stringify(this.eventDetailData));
//如果已经评价过,进行回显
- if (this.info.status === 'closed_case' && this.info.satisfactionName) {
- this.changeSatisfyType(this.info.satisfaction)
- }
+ // if (this.info.status === 'closed_case' && this.info.satisfactionName) {
+ // this.changeSatisfyType(this.info.satisfaction)
+ // }
}
// this.getApiData();
diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue
index b6569ada..6a1346c8 100644
--- a/src/views/modules/shequzhili/event/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-info.vue
@@ -6,7 +6,8 @@
+ @changeUserId="changeUserId"
+ @changeGridId="changeGridId">
- 上报时间:
- {{ eventInfo.createdTime }}
+ 发生时间:
+ {{ eventInfo.happenTime }}
diff --git a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue
index 8893a3f5..3eb8819c 100644
--- a/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue
+++ b/src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue
@@ -299,6 +299,7 @@ export default {
this.dataLoading = false
+
// this.assignData()
},
@@ -423,11 +424,11 @@ export default {
{
name: "已完成",
- value: data.closedRatio * 100
+ value: Math.floor(data.closedRatio * 10000) / 100
},
{
name: "处理中",
- value: data.processingRatio * 100
+ value: Math.floor(data.processingRatio * 10000) / 100
},
]
diff --git a/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue b/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue
index 970060f7..337b8d78 100644
--- a/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue
+++ b/src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue
@@ -104,6 +104,8 @@
diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index ac60395b..79f533a5 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -109,7 +109,7 @@