更新
This commit is contained in:
@@ -56,11 +56,11 @@ onMounted(() => {
|
|||||||
<el-button link type="primary" :size="size" @click="openDialog('编辑', row)">
|
<el-button link type="primary" :size="size" @click="openDialog('编辑', row)">
|
||||||
编辑
|
编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-popconfirm :title="`是否确认删除这条数据`" @confirm="handleDelete(row)">
|
<!-- <el-popconfirm :title="`是否确认删除这条数据`" @confirm="handleDelete(row)">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button link type="primary" :size="size"> 删除 </el-button>
|
<el-button link type="primary" :size="size"> 删除 </el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-popconfirm>
|
</el-popconfirm> -->
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
</pure-table>
|
</pure-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user