审核状态

This commit is contained in:
liuye
2024-11-21 10:15:47 +08:00
parent 30cf69df04
commit 2b22db2bf3

View File

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