Merge branch 'develop'
This commit is contained in:
commit
78513543d4
2 changed files with 2 additions and 2 deletions
|
|
@ -268,7 +268,7 @@ const workplaceFilter = selectFilterOptionRefMod(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-md-4 col-6"
|
class="col-md-4 col-6"
|
||||||
:label="$t('customerEmployee.formWorkHistory.permitIssuedAt')"
|
:label="$t('customerEmployee.formWorkHistory.permitIssuedAt')"
|
||||||
v-model="work.workPermitIssueAt"
|
v-model="work.workPermitAt"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<DatePicker
|
<DatePicker
|
||||||
|
|
|
||||||
|
|
@ -212,7 +212,7 @@ export type EmployeeWorkCreate = {
|
||||||
workPermitExpireDate?: Date | null;
|
workPermitExpireDate?: Date | null;
|
||||||
workPermitIssueDate?: Date | null;
|
workPermitIssueDate?: Date | null;
|
||||||
workPermitNo?: string;
|
workPermitNo?: string;
|
||||||
workPermitIssueAt?: string;
|
workPermitAt?: string;
|
||||||
identityNo?: string;
|
identityNo?: string;
|
||||||
workplace?: string;
|
workplace?: string;
|
||||||
jobType?: string;
|
jobType?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue