This commit is contained in:
yanran200730
2022-03-29 16:43:05 +08:00
parent 826fb5f4dd
commit f4c15159d1
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
{ prop: 'title', label: '标题', align: 'left', width: '200px' },
{ prop: 'areaName', label: '地区', align: 'left' },
{ prop: 'examineStatus', label: '状态', align: 'center', formart: v => this.dict.getLabel('auditStatus', v) },
{ prop: 'examineOpinion', label: '信息', align: 'center' },
{ prop: 'examineOpinion', label: '审核意见', align: 'center' },
{ prop: 'createUserName', label: '发布人', align: 'center' },
{ prop: 'createTime', label: '发布时间', align: 'center' },
{ slot: 'options', label: '操作', align: 'center' }

View File

@@ -73,7 +73,7 @@
{ prop: 'title', label: '标题', align: 'left', width: '200px' },
{ prop: 'areaName', label: '地区', align: 'left' },
{ prop: 'examineStatus', label: '状态', align: 'center', formart: v => this.dict.getLabel('auditStatus', v) },
{ prop: 'examineOpinion', label: '信息', align: 'center' },
{ prop: 'examineOpinion', label: '审核意见', align: 'center' },
{ prop: 'viewCount', label: '浏览次数', align: 'center' },
{ prop: 'createUserName', label: '发布人', align: 'center' },
{ prop: 'createTime', label: '发布时间', align: 'center' },