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">
|
<div class="col-md col-6">
|
||||||
<DatePicker
|
<DatePicker
|
||||||
|
:label="$t('customerEmployee.formHealthCheck.coverageStartDate')"
|
||||||
v-model="checkup.coverageStartDate"
|
v-model="checkup.coverageStartDate"
|
||||||
:id="`${prefixId}-input-coverage-start-date`"
|
:id="`${prefixId}-input-coverage-start-date`"
|
||||||
:readonly="readonly || checkup.statusSave"
|
:readonly="readonly || checkup.statusSave"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue