fixing remove import file
This commit is contained in:
parent
e541bbb6d2
commit
ed683d0bb3
24 changed files with 201 additions and 831 deletions
|
|
@ -12,11 +12,11 @@ import type { QForm } from "quasar";
|
|||
import type {
|
||||
DataOption,
|
||||
DataOptioninfo,
|
||||
} from "@/modules/04_registry/components/profileType";
|
||||
} from "@/modules/05_placement/interface/index/ProfileType";
|
||||
import type {
|
||||
InformationOps,
|
||||
FormAddPerson,
|
||||
} from "@/modules/04_registry/interface/index/Main";
|
||||
} from "@/modules/05_placement/interface/index/ProfileType";
|
||||
|
||||
// import HeaderTop from "@/modules/08_registryEmployee/components/AddEmployee/HeaderTop.vue";
|
||||
|
||||
|
|
@ -429,7 +429,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</q-page-sticky>
|
||||
|
||||
<q-card flat bordered class="col-12">
|
||||
<q-card flat bordered class="col-12 q-pa-sm">
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||
<!-- <HeaderTop
|
||||
header="ข้อมูลส่วนตัว"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue