fix: checkbox disable style and i18n

This commit is contained in:
puriphatt 2024-08-16 15:34:12 +07:00
parent 5a3ae092c8
commit c841ee4ed2
3 changed files with 7 additions and 1 deletions

View file

@ -82,7 +82,7 @@ div.fullscreen.q-drawer__backdrop {
.disabled, .disabled,
.disabled *, .disabled *,
[disabled], [disabled],
[disabled] * { [disabled] * :not(:deep(.q-checkbox)) {
color: hsl(var(--text-mute)) !important; color: hsl(var(--text-mute)) !important;
} }

View file

@ -159,6 +159,9 @@ export default {
attachment: 'Attachment', attachment: 'Attachment',
}, },
}, },
service: {
showTotalPrice: 'Show Total Price',
},
backend: { backend: {
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.', sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
}, },

View file

@ -163,6 +163,9 @@ export default {
attachment: 'เอกสารเพิ่มเติม', attachment: 'เอกสารเพิ่มเติม',
}, },
}, },
service: {
showTotalPrice: 'แสดงราคารวม',
},
backend: { backend: {
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว', sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
}, },