优化aitable

This commit is contained in:
aixianling
2023-01-09 09:36:10 +08:00
parent 275461a474
commit b576a61551
88 changed files with 203 additions and 246 deletions

View File

@@ -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' }
]