网格大屏
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user