feat: UI Customer Detail 2 (more detail + i18n)
This commit is contained in:
parent
f3a146e345
commit
ccd7364b8a
5 changed files with 177 additions and 135 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ export default {
|
|||
|
||||
businessType: 'ประเภทกิจการ ภาษาไทย',
|
||||
businessTypeEN: 'ประเภทกิจการ ภาษาอังกฤษ',
|
||||
businessTypePure: 'ประเภทกิจการ',
|
||||
|
||||
jobPosition: 'ตําแหน่งงาน ภาษาไทย',
|
||||
jobPositionEN: 'ตําแหน่งงาน ภาษาอังกฤษ',
|
||||
|
|
@ -40,4 +41,8 @@ export default {
|
|||
registerName: 'จดทะเบียนชื่อ',
|
||||
|
||||
customerBranchFormTab: 'สาขาที่',
|
||||
|
||||
officeType: '',
|
||||
|
||||
allEmployee: 'ลูกจ้างทั้งหมด',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue