This commit is contained in:
shijingjing
2022-04-08 15:02:39 +08:00
parent 7c0874b7b3
commit b386c5d952
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,6 @@
<el-table-column slot="options" label="操作" align="center">
<template slot-scope="{ row }">
<el-button type="text" @click="toAdd(row.id)">详情</el-button>
<!-- <el-button type="text" @click="toAdd(row.id)">编辑</el-button> -->
<el-button type="text" @click="handleDelete(row.id)">删除</el-button>
</template>
</el-table-column>