From b7a1d77fc1182ea8ba20317bbffffd6f81057824 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 26 Jan 2022 16:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/AppGridDV.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/dv/apps/AppGridDV.vue b/project/dv/apps/AppGridDV.vue index 73701698..c7922dfb 100644 --- a/project/dv/apps/AppGridDV.vue +++ b/project/dv/apps/AppGridDV.vue @@ -132,7 +132,7 @@ style: { color: row.householdName === '1' ? '#1DE94D' : '#A8D7F3' } - }, row.householdRelation ? this.dict.getLabel('householdRelation', row.householdRelation) : '-') + }, row.householdName === '1' ? '户主' : (this.dict.getLabel('householdRelation', row.householdRelation) || '-')) }, formart: v => this.dict.getLabel('householdRelation', v) },