ทะเบียนประวัติลูกจ้างชั่วคราว
This commit is contained in:
parent
bdb81b7bca
commit
88016802b4
1 changed files with 2 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ const itemsTab = ref<any>([
|
|||
name: "2",
|
||||
icon: "mdi-account-tie",
|
||||
label:
|
||||
route.name === "registryNewEmployeeByid"
|
||||
route.name === "registry-employeeId"
|
||||
? "ข้อมูลลูกจ้างชั่วคราว"
|
||||
: "ข้อมูลราชการ",
|
||||
},
|
||||
|
|
@ -96,9 +96,7 @@ const splitterModel = ref<number>(12);
|
|||
:fetchDataPersonal="props.fetchDataPersonal"
|
||||
/>
|
||||
<EmployeeMain
|
||||
v-if="
|
||||
store.tabMain === '2' && route.name === 'registryNewEmployeeByid'
|
||||
"
|
||||
v-if="store.tabMain === '2' && route.name === 'registry-employeeId'"
|
||||
/>
|
||||
<GovernmentInformationMain v-else-if="store.tabMain === '2'" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue