This commit is contained in:
yanran200730
2022-01-06 17:33:08 +08:00
parent 16622b5649
commit 3e51259802

View File

@@ -42,7 +42,7 @@
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" title="详情" @click="toDetail(row.id)">详情</el-button>
<el-button type="text" title="取消公示" @click="changeStatus(row)" :disabled="row.status !== '1'">取消公示</el-button>
<el-button type="text" title="取消公示" @click="changeStatus(row)" :disabled="row.status !== '1'">结束公示</el-button>
<!-- <el-button type="text" @click="toAdd(row.id)">编辑</el-button> -->
<el-button type="text" @click="remove(row.id)">删除</el-button>
</div>