放弃保存 -> 不保存

This commit is contained in:
hyyy
2025-01-17 14:17:46 +08:00
parent 0a01afc863
commit e39e9d8812

View File

@@ -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)