网格大屏

This commit is contained in:
yanran200730
2022-01-26 16:58:49 +08:00
parent 3f4a61090f
commit b7a1d77fc1

View File

@@ -132,7 +132,7 @@
style: {
color: row.householdName === '1' ? '#1DE94D' : '#A8D7F3'
}
}, row.householdRelation ? this.dict.getLabel('householdRelation', row.householdRelation) : '-')
}, row.householdName === '1' ? '户主' : (this.dict.getLabel('householdRelation', row.householdRelation) || '-'))
},
formart: v => this.dict.getLabel('householdRelation', v)
},