This commit is contained in:
yanran200730
2023-04-06 14:20:01 +08:00
parent 6cafe6f9c5
commit 4248e915b3
2 changed files with 3 additions and 4 deletions

View File

@@ -81,7 +81,7 @@
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
<el-button type="text" @click="remove(row.id)">删除</el-button>
<!-- <el-button type="text" @click="remove(row.id)">删除</el-button> -->
<el-button type="text" @click="push(row.id)" v-if="row.status === '1' && row.pushStatus === '0'">推送精选</el-button>
</div>
</template>