28305
This commit is contained in:
@@ -561,7 +561,7 @@ export default {
|
|||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
label: "与户主关系", align: 'center',
|
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: "name"},
|
||||||
{label: "性别", prop: "sex", dict: "sex", align: 'center'},
|
{label: "性别", prop: "sex", dict: "sex", align: 'center'},
|
||||||
|
|||||||
Reference in New Issue
Block a user