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

@@ -76,7 +76,7 @@
{ prop: 'content', label: '内容描述', width: '300px' },
{ prop: 'groupName', label: '事件类型', align: 'center' },
{ prop: 'girdName', label: '所属网格', align: 'center' },
{ prop: 'eventStatus', label: '事件状态', align: 'center', formart: v => this.dict.getLabel('clapEventStatus', v) },
{ prop: 'eventStatus', label: '事件状态', align: 'center', format: v => this.dict.getLabel('clapEventStatus', v) },
{ prop: 'openId', label: '上报人', align: 'center', openType: 'userName' },
{ slot: 'options' }
]