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: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
personalInfo: 'ข้อมูลส่วนตัว',
|
personalInfo: 'ข้อมูลส่วนตัว',
|
||||||
passport: 'ข้อมูล Passport',
|
passport: 'ข้อมูลหนังสือเดินทาง',
|
||||||
visa: 'ข้อมูล Visa',
|
visa: 'ข้อมูล Visa',
|
||||||
healthCheck: 'ข้อมูลสุขภาพ',
|
healthCheck: 'ข้อมูลสุขภาพ',
|
||||||
workHistory: 'ข้อมูลการทำงาน',
|
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',
|
anchor: 'form-employee-checkup',
|
||||||
tab: 'healthCheck',
|
tab: 'healthCheck',
|
||||||
useBtn:
|
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',
|
anchor: 'drawer-employee-checkup',
|
||||||
tab: 'healthCheck',
|
tab: 'healthCheck',
|
||||||
useBtn:
|
useBtn:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue