优化aitable
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{ 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: 'createTime', label: '操作时间', align: 'center'},
|
||||
|
||||
Reference in New Issue
Block a user