Browse Source

111

dev-map-local
jiangyy 3 years ago
parent
commit
39a246c948
  1. 2
      src/views/modules/visual/communityGovern/geliguankong/geliguankong.vue

2
src/views/modules/visual/communityGovern/geliguankong/geliguankong.vue

@ -273,7 +273,7 @@ export default {
item.name ? item.name : '--',
item.allName ? item.allName : '--',
item.reason ? item.reason : '--',
item.isolatedState === '0' ? '集中隔离' : item.isolatedState === '1' ? '居家隔离' : item.isolatedState === '2' ? '家健康监测' : '--',
item.isolatedState === '0' ? '集中隔离' : item.isolatedState === '1' ? '居家隔离' : item.isolatedState === '2' ? '家健康监测' : '--',
item.lastNatTime ? item.lastNatTime : '--',
{ type: "operate", list: ["查看"] },
]

Loading…
Cancel
Save