From e73c339a998708369895375c8af56e669fd2e218 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 18 Nov 2022 13:58:45 +0800 Subject: [PATCH] bug --- .../apps/AppBayonetRegistration/components/Detail.vue | 1 + .../apps/AppCommunityManagement/components/Detail.vue | 1 + .../apps/AppCommunityManagement/components/List.vue | 5 ++--- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue index 0a69cd96..91b0abf9 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue @@ -106,6 +106,7 @@ + + this.dict.getLabel('EP_CM_status', v) }, { prop: 'controllerUserName', label: '管控人', align: 'center' }, - { prop: 'nucleicAcidSamplingCount', label: '核酸状态', align: 'center', formart: v => v > 0 ? `核酸采集${v}次` : '待采' }, - // { prop: 'infoType', label: '对象来源', align: 'center', formart: v => this.dict.getLabel('EP_registerInfoType', v) }, + { prop: 'nucleicAcidSamplingCount', label: '核酸状态', align: 'center', formart: v => v > 0 ? `核酸采集${v}次` : '待采' } ], tableData: [] }