添加:评论审核功能

This commit is contained in:
wuhui_zzw 2023-11-16 16:22:05 +08:00
parent 079144e21c
commit 4be8162cb6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<el-table-column label="操作" min-width="160" fixed="right">
<template slot-scope="scope">
<el-button type="text" size="small" @click="handleDelete(scope.row.reply_id, scope.$index)">删除</el-button>
<el-button type="text" size="small" @click="toExaminePass(scope.row.reply_id)">审核通过</el-button>
<el-button v-if="scope.row.status != 1" type="text" size="small" @click="toExaminePass(scope.row.reply_id)">审核通过</el-button>
</template>
</el-table-column>
</el-table>