diff --git a/src/views/modules/visual/communityGovern/geliguankong/geliguankong.vue b/src/views/modules/visual/communityGovern/geliguankong/geliguankong.vue index 4095587a6..5e6db2cae 100644 --- a/src/views/modules/visual/communityGovern/geliguankong/geliguankong.vue +++ b/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: ["查看"] }, ]