BUG 29227

This commit is contained in:
2022-04-22 10:29:21 +08:00
parent d2264c90d1
commit b84d3bec66

View File

@@ -47,7 +47,7 @@ export default {
return [ return [
{ {
label: '与户主关系', prop: 'householdRelation', align: 'center', width: 165, 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: 'residentType', align: 'center', dict: "residentType"},
{label: '姓名', prop: 'name', align: 'center'}, {label: '姓名', prop: 'name', align: 'center'},