This commit is contained in:
yziiy
2025-10-12 18:42:42 +08:00
parent 160eaf8404
commit 0bc50a93de

View File

@@ -56,11 +56,11 @@ onMounted(() => {
<el-button link type="primary" :size="size" @click="openDialog('编辑', row)">
编辑
</el-button>
<el-popconfirm :title="`是否确认删除这条数据`" @confirm="handleDelete(row)">
<!-- <el-popconfirm :title="`是否确认删除这条数据`" @confirm="handleDelete(row)">
<template #reference>
<el-button link type="primary" :size="size"> 删除 </el-button>
</template>
</el-popconfirm>
</el-popconfirm> -->
</template>
</pure-table>