优化aitable
This commit is contained in:
		| @@ -128,10 +128,10 @@ | ||||
|               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: '预警类型', formart: v => this.dict.getLabel('intelligentGuardianshipItem3', v) }, | ||||
|           { prop: 'type', align: 'center', label: '预警类型', format: v => this.dict.getLabel('intelligentGuardianshipItem3', v) }, | ||||
|           { prop: 'itemValue', align: 'center', label: '预警值' }, | ||||
|           { prop: 'gpsDesc', align: 'center', width: 150, label: '预警地点' }, | ||||
|           { prop: 'createTime', align: 'center', label: '预警时间' } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user