fix: customer label and i18n
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
b86c0a1e7a
commit
30d2126161
2 changed files with 2 additions and 1 deletions
|
|
@ -268,6 +268,7 @@ const insuranceCompanyFilter = selectFilterOptionRefMod(
|
|||
|
||||
<div class="col-md col-6">
|
||||
<DatePicker
|
||||
:label="$t('customerEmployee.formHealthCheck.coverageStartDate')"
|
||||
v-model="checkup.coverageStartDate"
|
||||
:id="`${prefixId}-input-coverage-start-date`"
|
||||
:readonly="readonly || checkup.statusSave"
|
||||
|
|
|
|||
|
|
@ -649,7 +649,7 @@ export default {
|
|||
permitIssuedAt: 'สถานที่ออกใบอนุญาต',
|
||||
permitIssueDate: 'วันที่ออกใบอนุญาตทำงาน',
|
||||
permitExpireDate: 'วันที่หมดอายุใบอนุญาตทำงาน',
|
||||
identityNo: 'เลขประจำตัวคนต่างด้าว (13หลัก)',
|
||||
identityNo: 'เลขประจำตัวคนต่างด้าว (13 หลัก)',
|
||||
},
|
||||
formFamily: {
|
||||
citizenId:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue