|
|
|
@ -69,7 +69,7 @@ |
|
|
|
<el-table-column prop="operation" label="操作" width="220px"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button type="primary" text @click="editOpen(scope.row)">编辑</el-button> |
|
|
|
<el-button type="danger" text @click="openDel(scope.row)">删除</el-button> |
|
|
|
<!-- <el-button type="danger" text @click="openDel(scope.row)">删除</el-button> --> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
|