From 4467865b869ae8389e1017367801c4e02fae168b Mon Sep 17 00:00:00 2001 From: hyyy <123@qq.com> Date: Mon, 13 Jan 2025 17:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=20->=20=E6=94=BE=E5=BC=83?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/js/custom_form_status_indicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikimo_frontend/static/src/js/custom_form_status_indicator.js b/jikimo_frontend/static/src/js/custom_form_status_indicator.js index 4992872a..f6dcbe85 100644 --- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js +++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js @@ -62,7 +62,7 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', { const dom1 = buttonsDom.children('.o_form_button_save') const dom2 = buttonsDom.children('.o_form_button_cancel') dom1.append('保存') - dom2.append('取消') + dom2.append('放弃保存') } } catch (e) { console.log(e)