From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 05 二月 2024 09:40:43 +0800 Subject: [PATCH] Mr.Shi --- platform/src/plugins/messagebox.js | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/platform/src/plugins/messagebox.js b/platform/src/plugins/messagebox.js index be2c47b..5d3d2ec 100644 --- a/platform/src/plugins/messagebox.js +++ b/platform/src/plugins/messagebox.js @@ -10,13 +10,6 @@ type: 'warning' }) }, - resetConfirm (message) { - return MessageBox.confirm(message, '閲嶇疆鎻愰啋', { - confirmButtonText: '纭閲嶇疆', - cancelButtonText: '鍙栨秷', - type: 'warning' - }) - }, // 绂佺敤浜屾纭 disableConfirm (message) { return MessageBox.confirm(message, '绂佺敤鎻愰啋', { @@ -29,30 +22,6 @@ exportConfirm (message) { return MessageBox.confirm(message, '瀵煎嚭鎻愰啋', { confirmButtonText: '纭瀵煎嚭', - cancelButtonText: '鍙栨秷', - type: 'warning' - }) - }, - // 瀹屽杽鎻愰啋 - messageApprove (message) { - return MessageBox.confirm(message, '瀹℃牳鎻愰啋', { - confirmButtonText: '纭畾', - cancelButtonText: '鍙栨秷', - type: 'warning' - }) - }, - // 闂嵎纭疄鎻愰啋 - messageWaring (message, title, confirmText='纭畾', cancelText='鍙栨秷') { - return MessageBox.confirm(message, title, { - confirmButtonText: confirmText, - cancelButtonText: cancelText, - type: 'warning' - }) - }, - // 纭鏄惁鏈嶅姟璇ヤ紒涓� - cancelOrder (message) { - return MessageBox.confirm(message, '鍙栨秷鎻愮ず', { - confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', type: 'warning' }) -- Gitblit v1.9.3