添加:评论审核功能
This commit is contained in:
parent
079144e21c
commit
4be8162cb6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue