From 39a246c948798909b8d9005eb6dc64db5c91b1c7 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 19 Sep 2022 19:41:07 +0800 Subject: [PATCH] 111 --- .../visual/communityGovern/geliguankong/geliguankong.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ["查看"] }, ]