|
@@ -66,7 +66,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="toEditProduct(scope.row)">修改</el-button>
|
|
|
<span style="margin:0 3px;">|</span>
|
|
|
- <el-button type="text" size="small" @click="showDelDialog(scope.row)">删除</el-button>
|
|
|
+ <el-button type="text" size="small" class="delete" @click="showDelDialog(scope.row)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|