取消 -> 放弃保存

This commit is contained in:
hyyy
2025-01-13 17:04:00 +08:00
parent 2756edd6bc
commit 4467865b86

View File

@@ -62,7 +62,7 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', {
const dom1 = buttonsDom.children('.o_form_button_save') const dom1 = buttonsDom.children('.o_form_button_save')
const dom2 = buttonsDom.children('.o_form_button_cancel') const dom2 = buttonsDom.children('.o_form_button_cancel')
dom1.append('保存') dom1.append('保存')
dom2.append('取消') dom2.append('放弃保存')
} }
} catch (e) { } catch (e) {
console.log(e) console.log(e)