+
上报时间:
- {{ info.happenTime }}
+ {{ info.submitTime }}
征集领域:
- {{ info.eventContent }}
+ {{ info.typeCode }}
是否愿意公开:
- {{ info.eventContent }}
+
+ 否
+ 是
+
+ {{info.eventContent==1?'是':'否'}}
意见标题:
- {{ info.eventContent }}
+ {{ info.subjectTitle }}
选为"金点子"建议:
- {{ info.markTypeName || "--" }}
+
+
+
+
-
办理前:
-
-
@@ -248,6 +255,9 @@ export default {
},
methods: {
+ sendValue(){
+ this.$emit('update-value', this.info); // 触发事件并传递值
+ },
watchImg(src) {
window.open(src);
},
diff --git a/src/views/modules/peopleOpinons/cpts/eventInfo.vue b/src/views/modules/peopleOpinons/cpts/eventInfo.vue
index 5e293d92c..0250c4410 100644
--- a/src/views/modules/peopleOpinons/cpts/eventInfo.vue
+++ b/src/views/modules/peopleOpinons/cpts/eventInfo.vue
@@ -9,7 +9,7 @@