添加:商户端评论审核功能

This commit is contained in:
wuhui_zzw 2023-11-16 16:16:57 +08:00
parent 6b9bee8acf
commit 174e03c034
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<span v-else @dblclick.stop="tabClick(scope.row)">{{ scope.row['sort'] }}</span>
</template>
</el-table-column>
<el-table-column prop="sort" label="排序" min-width="100">
<el-table-column prop="sort" label="状态" min-width="100">
<template slot-scope="scope">
{{ scope.row['status'] == 1 ? '通过' : '待审核' }}
</template>