优化aitable
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{ prop: 'partyPhone', align: 'center', label: '联系电话' },
|
||||
{ prop: 'createTime', align: 'center', label: '申请时间' },
|
||||
{ prop: 'integralRuleName', align: 'center', label: '事件名称'},
|
||||
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('integralDeclareStatus', v) : '-' },
|
||||
{ prop: 'auditStatus', align: 'center', label: '状态', format: v => v ? this.dict.getLabel('integralDeclareStatus', v) : '-' },
|
||||
{ prop: 'auditUserName', align: 'center', label: '审批人' },
|
||||
{ prop: 'auditTime', align: 'center', label: '审批时间' }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user