feat: UI Customer Detail 2 (more detail + i18n)

This commit is contained in:
oat_dev 2024-06-07 13:59:36 +07:00
parent f3a146e345
commit ccd7364b8a
5 changed files with 177 additions and 135 deletions

View file

@ -13,6 +13,8 @@ export default {
inputCustomerAddress: 'Employment office location (within the area)',
businessType: 'Business type in Thai',
businessTypeEN: 'Business type in English',
businessTypePure: 'Business Type',
jobPosition: 'Job position in Thai',
jobPositionEN: 'Job position in English',
jobDescription: 'Job description',
@ -32,4 +34,6 @@ export default {
registerName: 'RegisterName',
customerBranchFormTab: 'Branch ',
allEmployee: 'All Employee',
};

View file

@ -17,6 +17,7 @@ export default {
businessType: 'ประเภทกิจการ ภาษาไทย',
businessTypeEN: 'ประเภทกิจการ ภาษาอังกฤษ',
businessTypePure: 'ประเภทกิจการ',
jobPosition: 'ตําแหน่งงาน ภาษาไทย',
jobPositionEN: 'ตําแหน่งงาน ภาษาอังกฤษ',
@ -40,4 +41,8 @@ export default {
registerName: 'จดทะเบียนชื่อ',
customerBranchFormTab: 'สาขาที่',
officeType: '',
allEmployee: 'ลูกจ้างทั้งหมด',
};