From 106374208e6e7265db3c00ddfa948c39b7c252ea Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期五, 08 十一月 2024 11:19:26 +0800 Subject: [PATCH] U 修改批量操作 --- src/hooks/useElement.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/hooks/useElement.js b/src/hooks/useElement.js index ca3bcbc..9ff5857 100644 --- a/src/hooks/useElement.js +++ b/src/hooks/useElement.js @@ -7,6 +7,7 @@ ElMessageBox.confirm(title, "绯荤粺鎻愮ず", { confirmButtonText: "纭畾", type: "warning", + showCancelButton: false, center: true, }) .then(() => { -- Gitblit v1.9.1