审核状态
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
{ prop: 'appreciateCount', label: '点赞数', align: 'center', width: '120' },
|
{ prop: 'appreciateCount', label: '点赞数', align: 'center', width: '120' },
|
||||||
{ prop: 'sharedCount', label: '分享数', align: 'center', width: '120' },
|
{ prop: 'sharedCount', label: '分享数', align: 'center', width: '120' },
|
||||||
{ prop: 'blacklist', label: '状态', align: 'center', format: v => v ? '禁言' : '正常' },
|
{ prop: 'blacklist', label: '状态', align: 'center', format: v => v ? '禁言' : '正常' },
|
||||||
|
{ prop: 'status', label: '审核状态', align: 'center', width: '120', dict: 'auditStatus' },
|
||||||
{ slot: 'options'},
|
{ slot: 'options'},
|
||||||
],
|
],
|
||||||
tableData: [],
|
tableData: [],
|
||||||
@@ -101,7 +102,9 @@
|
|||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.search.areaId = this.user.info.areaId
|
this.search.areaId = this.user.info.areaId
|
||||||
this.getList()
|
this.dict.load('auditStatus').then(() => {
|
||||||
|
this.getList()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user