提交代码

This commit is contained in:
andy
2026-07-22 15:30:26 +07:00
parent 1236df86cf
commit 7e2cd8969f
7 changed files with 137 additions and 9 deletions

View File

@@ -628,6 +628,10 @@ export default {
cardConfirmed: 'Card confirmed and detail refreshed.',
reviewResolved: 'Review submitted and detail refreshed.',
validationFailed: 'Fix current-card field errors first.',
fieldValidation: {
required: '{field} is required',
positiveInteger: '{field} must be an integer greater than 0',
},
fieldLabels: {
basicInformation: {
accountCode: 'Account Code',
@@ -692,6 +696,10 @@ export default {
generalTitle: 'General note',
extraBedTitle: 'Extra bed note',
action: 'Fixed action',
textLabel: 'Follow-up note',
department: 'Department',
targetRoomType: 'Target room type',
extraBedRoomCount: 'Extra bed room count',
},
lookup: {
loading: 'Loading options',