fix: typo
This commit is contained in:
parent
c43a909fcc
commit
ab08036962
3 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ function addData() {
|
|||
employeeWork.value?.push({
|
||||
workEndDate: null,
|
||||
workPermitExpireDate: null,
|
||||
workPermitIssuDate: null,
|
||||
workPermitIssueDate: null,
|
||||
workPermitNo: '',
|
||||
workplace: '',
|
||||
jobType: '',
|
||||
|
|
@ -269,7 +269,7 @@ const workplaceFilter = selectFilterOptionRefMod(
|
|||
/>
|
||||
<DatePicker
|
||||
:label="$t('customerEmployee.formWorkHistory.permitIssueDate')"
|
||||
v-model="work.workPermitIssuDate"
|
||||
v-model="work.workPermitIssueDate"
|
||||
class="col-3"
|
||||
:id="`${prefixId}-date-picker-work-permit-issue-date`"
|
||||
:readonly="readonly || work.statusSave"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue