From 5228cd78222d5f32f6014212dfde0db007518be1 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 13 Nov 2023 15:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E6=8F=90=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/base-data/bei-jian.js | 2 +- .../wwwroot/views/base-data/xiao-shou.js | 2 +- .../wwwroot/views/base-data/yin-du-jian.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/bei-jian.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/bei-jian.js index 4dcea722..1a751264 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/bei-jian.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/bei-jian.js @@ -14,7 +14,7 @@ export default { if (item.path === "enable" || item.path === "disable") { await appListRef.value.onClick( async () => await request(config.edit.updateUrl, { id: rows[0].id, isCancel: item.path === "enable" ? false : true }, { method: "POST" }, true), - `确认${item.path === "open-version" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, + `确认${item.path === "enable" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, true ); } diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/xiao-shou.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/xiao-shou.js index c2657e8f..d9b85d58 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/xiao-shou.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/xiao-shou.js @@ -15,7 +15,7 @@ export default { if (item.path === "enable" || item.path === "disable") { await appListRef.value.onClick( async () => await request("settleaccount/price-list/update", { id: rows[0].id, isCancel: item.path === "enable" ? false : true }, { method: "POST" }, true), - `确认${item.path === "open-version" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, + `确认${item.path === "enable" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, true ); } diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/yin-du-jian.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/yin-du-jian.js index ba0694ff..eed5df47 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/yin-du-jian.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/base-data/yin-du-jian.js @@ -14,7 +14,7 @@ export default { if (item.path === "enable" || item.path === "disable") { await appListRef.value.onClick( async () => await request(config.edit.updateUrl, { id: rows[0].id, isCancel: item.path === "enable" ? false : true }, { method: "POST" }, true), - `确认${item.path === "open-version" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, + `确认${item.path === "enable" ? "启用" : "停用"}选中的${rows.length}行数据吗?`, true ); }