Browse Source

11

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

2
src/views/modules/visual/communityGovern/geliguankong/detail-info.vue

@ -33,7 +33,7 @@
</div>
<div class="info-prop">
<span>隔离状态</span>
<span>{{ eventInfo.isolatedState === '0' ? '集中隔离' : eventInfo.isolatedState === '1' ? '居家隔离' : eventInfo.isolatedState === '2' ? '家健康监测' : '--', }}</span>
<span>{{ eventInfo.isolatedState === '0' ? '集中隔离' : eventInfo.isolatedState === '1' ? '居家隔离' : eventInfo.isolatedState === '2' ? '家健康监测' : '--', }}</span>
</div>
<div class="info-prop">
<span>备注</span>

Loading…
Cancel
Save