ทะเบียนประวัติลูกจ้างชั่วคราว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-28 16:24:33 +07:00
parent bdb81b7bca
commit 88016802b4

View file

@ -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'" />