|
@ -173,7 +173,7 @@ |
|
|
label="操作" |
|
|
label="操作" |
|
|
width="100"> |
|
|
width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> |
|
|
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> --> |
|
|
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button> |
|
|
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|