This commit is contained in:
liuye
2022-05-18 11:38:25 +08:00
parent 829e2f5ab8
commit 4fc53f7519

View File

@@ -561,7 +561,7 @@ export default {
return [
{
label: "与户主关系", align: 'center',
render: (h, {row}) => h('p', this.dict.getLabel('householdRelation', row.householdRelation || "户主"))
render: (h, {row}) => h('p', this.dict.getLabel('householdRelation', row.householdRelation))
},
{label: "姓名", prop: "name"},
{label: "性别", prop: "sex", dict: "sex", align: 'center'},