优化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

@@ -125,10 +125,10 @@
prop: 'riskLevel',
align: 'center',
label: '风险等级',
formart: v => this.dict.getLabel('EP_riskLevel', v)
format: v => this.dict.getLabel('EP_riskLevel', v)
},
{ prop: 'gatewayName', align: 'center', label: '登记卡口' },
{ prop: 'handleType', align: 'center', label: '处理意见', formart: v => this.dict.getLabel('EP_handleType', v) }
{ prop: 'handleType', align: 'center', label: '处理意见', format: v => this.dict.getLabel('EP_handleType', v) }
],
ids: [],
tableData: [],