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 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>