优化aitable
This commit is contained in:
@@ -140,12 +140,12 @@
|
||||
{ prop: 'source',
|
||||
align: 'center',
|
||||
label: '数据来源',
|
||||
formart: v => this.dict.getLabel('EP_source', v) },
|
||||
format: v => this.dict.getLabel('EP_source', v) },
|
||||
{
|
||||
prop: 'riskStatus',
|
||||
align: 'center',
|
||||
label: '风险状态',
|
||||
formart: v => this.dict.getLabel('EP_riskStatus', v)
|
||||
format: v => this.dict.getLabel('EP_riskStatus', v)
|
||||
}
|
||||
],
|
||||
ids: [],
|
||||
|
||||
Reference in New Issue
Block a user