From b84d3bec66a3de9f0db152cf3f3ba9c02e1f2afd Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Fri, 22 Apr 2022 10:29:21 +0800 Subject: [PATCH] BUG 29227 --- packages/party/AppPartyScore/psList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/party/AppPartyScore/psList.vue b/packages/party/AppPartyScore/psList.vue index f9fd2def..356b0efd 100644 --- a/packages/party/AppPartyScore/psList.vue +++ b/packages/party/AppPartyScore/psList.vue @@ -47,7 +47,7 @@ export default { return [ { label: '与户主关系', prop: 'householdRelation', align: 'center', width: 165, - render: (h, {row}) => h('p', dict.getLabel('householdRelation', row.householdRelation || "户主")) + render: (h, {row}) => h('p', this.dict.getLabel('householdRelation', row.householdRelation || "户主")) }, {label: '类型', prop: 'residentType', align: 'center', dict: "residentType"}, {label: '姓名', prop: 'name', align: 'center'},