This commit is contained in:
yanran200730
2023-03-30 16:45:06 +08:00
parent 27fe4304b6
commit 310a39cd3a

View File

@@ -65,12 +65,12 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column slot="options" label="操作" fixed="right" align="center" width="140px"> <el-table-column slot="options" label="操作" fixed="right" align="center" width="120px">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<div class="table-options"> <div class="table-options">
<el-button type="text" @click.native="toDetail(row.id)">详情</el-button> <el-button type="text" @click.native="toDetail(row.id)">详情</el-button>
<el-button type="text" :disabled="row.status ==2" @click.native="stopBtn(row.id)">结束</el-button> <el-button type="text" :disabled="row.status ==2" @click.native="stopBtn(row.id)">结束</el-button>
<el-button type="text" @click.native="handleDelete(row.id)">删除</el-button> <!-- <el-button type="text" @click.native="handleDelete(row.id)">删除</el-button> -->
</div> </div>
</template> </template>
</el-table-column> </el-table-column>