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

@@ -81,9 +81,9 @@
{ type: 'selection' },
{ prop: 'name', label: '事主姓名' },
{ prop: 'phone', align: 'center', label: '联系电话' },
{ prop: 'type', align: 'center', label: '类型', formart: v => this.dict.getLabel('marriageType', v) },
{ prop: 'modeType', align: 'center', label: '方式', formart: v => this.dict.getLabel('modeType', v) },
{ prop: 'personType', align: 'center', label: '人员性质', formart: v => this.dict.getLabel('marriagePersonType', v) },
{ prop: 'type', align: 'center', label: '类型', format: v => this.dict.getLabel('marriageType', v) },
{ prop: 'modeType', align: 'center', label: '方式', format: v => this.dict.getLabel('modeType', v) },
{ prop: 'personType', align: 'center', label: '人员性质', format: v => this.dict.getLabel('marriagePersonType', v) },
{ prop: 'createTime', align: 'center', label: '发布时间' }
],
ids: [],