|
@@ -25,7 +25,6 @@
|
|
|
<!-- 操作列 -->
|
|
<!-- 操作列 -->
|
|
|
<template #operation="scope">
|
|
<template #operation="scope">
|
|
|
<el-button link type="primary" @click="handleView(scope.row)"> 查看 </el-button>
|
|
<el-button link type="primary" @click="handleView(scope.row)"> 查看 </el-button>
|
|
|
- <el-button link type="primary" @click="handleEdit(scope.row)"> 编辑 </el-button>
|
|
|
|
|
<el-button link type="danger" @click="handleDelete(scope.row)"> 删除 </el-button>
|
|
<el-button link type="danger" @click="handleDelete(scope.row)"> 删除 </el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</ProTable>
|
|
</ProTable>
|