Browse Source

项目分析的反应渠道适配市北

shibei_master
jianjun 3 years ago
parent
commit
4284e792b4
  1. 3
      src/views/modules/visual/communityGovern/typeAnalyze.vue

3
src/views/modules/visual/communityGovern/typeAnalyze.vue

@ -421,6 +421,9 @@ export default {
this.demand.list = data.list.map((item) => { this.demand.list = data.list.map((item) => {
//:issue :agency :resi_event //:issue :agency :resi_event
item.originShow = item.origin === 'issue' ? '楼院小组' : item.origin === 'agency' ? '项目立项' : '事件上报' item.originShow = item.origin === 'issue' ? '楼院小组' : item.origin === 'agency' ? '项目立项' : '事件上报'
if (item.origin === 'issue'){
item.originShow = item.topicId == null ? '党群议事': '邻里党群'
}
//: pendingclosed //: pendingclosed
item.statusShow = item.status === 'pending' ? '待处理' : '已结案' item.statusShow = item.status === 'pending' ? '待处理' : '已结案'
return [ return [

Loading…
Cancel
Save