优化aitable
This commit is contained in:
		| @@ -89,10 +89,10 @@ | ||||
|           { type: 'selection' }, | ||||
|           { prop: 'name', label: '姓名', align: 'left'}, | ||||
|           { prop: 'phone', label: '联系方式', align: 'center' }, | ||||
|           { prop: 'riskType', label: '风险类型', align: 'center', formart: v => this.dict.getLabel('fpRiskType', v) }, | ||||
|           { prop: 'riskType', label: '风险类型', align: 'center', format: v => this.dict.getLabel('fpRiskType', v) }, | ||||
|           { prop: 'areaName', label: '所属区域', align: 'center' }, | ||||
|           { prop: 'remarks', label: '备注说明', align: 'center' }, | ||||
|           { prop: 'status', label: '状态', align: 'center', formart: v => this.dict.getLabel('fpRiskPersonStatus', v) }, | ||||
|           { prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('fpRiskPersonStatus', v) }, | ||||
|           { prop: 'createTime', label: '处理时间', align: 'center' }, | ||||
|           { prop: 'createUserName', label: '处理人', align: 'center' } | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user