diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index 711f9416..2853aa23 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -31,9 +31,9 @@
class="info-prop">
语音:
diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue
index 6c6621bf..caeede23 100644
--- a/src/views/modules/shequzhili/event/eventList.vue
+++ b/src/views/modules/shequzhili/event/eventList.vue
@@ -169,7 +169,8 @@
width="80"
label="音频">
-
@@ -261,7 +262,7 @@
@click="handleWatch(scope.row)"
type="text"
size="small">查看
-
+
@@ -290,6 +291,30 @@
@dialogOk="handleEditSuccess" />
+
+
+
+
+ 取消
+
+
+
+
@@ -384,7 +409,8 @@ export default {
eventDetailData: {},
-
+ showVoice: false,
+ selVoiceUrl: '',
};
},
computed: {
@@ -518,6 +544,11 @@ export default {
}
},
+ //显示语音窗口
+ handleShowVoice (url) {
+ this.selVoiceUrl = url
+ this.showVoice = true
+ },
handleClose () {
this.pageType = "list";
diff --git a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue
index d2cf2695..704971b6 100644
--- a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue
+++ b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue
@@ -344,7 +344,7 @@ export default {
//楼院小组、居民上报都存在是,研判分析显示两个分支
- this.yanPan.singleTitle = data.categoryName;
+ this.yanPan.singleTitle = data.sourceTypeName;
this.yanPan.hasEvent = false;
@@ -374,8 +374,8 @@ export default {
this.yanPan.loading = true;
if (code === 0) {
let oneData = {
- // categoryCode: 111,
- // categoryName: 111,
+ categoryCode: this.yanPan.categoryCode,
+ categoryName: this.yanPan.categoryName,
showItem: true,
addressList: data.list.map((subItem) => {
return {
@@ -391,8 +391,6 @@ export default {
singleList: [oneData]
}
-
-
this.yanPan = { ...this.yanPan, ...aaa };
console.log(this.yanPan);
diff --git a/src/views/modules/visual/cpts/analyse.vue b/src/views/modules/visual/cpts/analyse.vue
index 84ee8006..4d9c5df6 100644
--- a/src/views/modules/visual/cpts/analyse.vue
+++ b/src/views/modules/visual/cpts/analyse.vue
@@ -2,7 +2,8 @@
-
+
(家属)
-
+
@@ -304,6 +306,7 @@ export default {
},
created () {
this.tempList = [...this.singleList]
+ console.log(this.tempList)
},
methods: {
@@ -494,6 +497,10 @@ export default {
margin: 0 auto;
}
}
+
+ // .cate-col {
+ // width: 250px;
+ // }
.cate-col-w100 {
width: 230px;
.cate-list-w0 {