优化aitable
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
return h('span', {}, this.getIdInfo(row.idNumber, 3))
|
||||
}
|
||||
},
|
||||
{ prop: 'sex', align: 'center', label: '性别', formart: v => v === '1' ? '男' : '女' },
|
||||
{ prop: 'sex', align: 'center', label: '性别', format: v => v === '1' ? '男' : '女' },
|
||||
{ prop: 'phone', align: 'center', label: '联系方式' },
|
||||
{ prop: 'areaName', align: 'center', label: '所属地区' },
|
||||
{ prop: 'type', align: 'center', label: '预警类型' },
|
||||
|
||||
Reference in New Issue
Block a user