This commit is contained in:
张磊
2026-05-15 17:16:56 +08:00
parent bd40367a6f
commit b31df0638d
@@ -252,6 +252,7 @@ const handleSubmit = () => {
// 删除 // 删除
const handleDelete = (row: any) => { const handleDelete = (row: any) => {
console.log(row,'row')
ElMessageBox.confirm(`确定要删除 "${row.name || row.id}" 吗?`, '提示', { ElMessageBox.confirm(`确定要删除 "${row.name || row.id}" 吗?`, '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',