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 ); }