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'},