优化aitable
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
return [
|
||||
{ type: 'selection' },
|
||||
{ prop: 'title', label: '标题' },
|
||||
{ prop: 'type', align: 'center', label: '类型', formart: v => this.dict.getLabel('agriculturalType', v) },
|
||||
{ prop: 'type', align: 'center', label: '类型', format: v => this.dict.getLabel('agriculturalType', v) },
|
||||
{ prop: 'phone', align: 'center', label: '联系电话' },
|
||||
{ prop: 'contactPerson', align: 'center', label: '发布人' },
|
||||
{ prop: 'createTime', align: 'center', label: '发布时间' }
|
||||
|
||||
Reference in New Issue
Block a user