refactor: edit 18n
This commit is contained in:
parent
c6c0b6e78e
commit
92e99dd9a4
2 changed files with 3 additions and 3 deletions
|
|
@ -518,7 +518,7 @@ export default {
|
|||
form: {
|
||||
group: {
|
||||
personalInfo: 'ข้อมูลส่วนตัว',
|
||||
passport: 'ข้อมูล Passport',
|
||||
passport: 'ข้อมูลหนังสือเดินทาง',
|
||||
visa: 'ข้อมูล Visa',
|
||||
healthCheck: 'ข้อมูลสุขภาพ',
|
||||
workHistory: 'ข้อมูลการทำงาน',
|
||||
|
|
|
|||
|
|
@ -2542,7 +2542,7 @@ const emptyCreateDialog = ref(false);
|
|||
})) || []),
|
||||
|
||||
{
|
||||
name: $t('customerEmployee.form.group.visa'),
|
||||
name: $t('customerEmployee.form.group.healthCheck'),
|
||||
anchor: 'form-employee-checkup',
|
||||
tab: 'healthCheck',
|
||||
useBtn:
|
||||
|
|
@ -4429,7 +4429,7 @@ const emptyCreateDialog = ref(false);
|
|||
})) || []),
|
||||
|
||||
{
|
||||
name: $t('customerEmployee.form.group.visa'),
|
||||
name: $t('customerEmployee.form.group.healthCheck'),
|
||||
anchor: 'drawer-employee-checkup',
|
||||
tab: 'healthCheck',
|
||||
useBtn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue