fix bug
This commit is contained in:
parent
884c3e29e3
commit
c9dd0202c6
1 changed files with 16 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ import type {
|
|||
FormAddPerson,
|
||||
} from "@/modules/04_registry/interface/index/Main";
|
||||
|
||||
import HeaderTop from "@/modules/08_registryEmployee/components/AddEmployee/HeaderTop.vue";
|
||||
// import HeaderTop from "@/modules/08_registryEmployee/components/AddEmployee/HeaderTop.vue";
|
||||
|
||||
const retireDate = ref<Date>();
|
||||
const router = useRouter();
|
||||
|
|
@ -431,11 +431,24 @@ onMounted(async () => {
|
|||
|
||||
<q-card flat bordered class="col-12">
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||
<HeaderTop
|
||||
<!-- <HeaderTop
|
||||
header="ข้อมูลส่วนตัว"
|
||||
icon="mdi-account"
|
||||
class="q-px-lg q-pt-md"
|
||||
/>
|
||||
/> -->
|
||||
<div class="flex items-center">
|
||||
<div class="flex items-center">
|
||||
<q-icon
|
||||
name="mdi-account"
|
||||
size="1.5em"
|
||||
color="grey-5"
|
||||
class="q-mr-md"
|
||||
/>
|
||||
<div class="text-bold text-subtitle2 col-12 row items-center">
|
||||
ข้อมูลส่วนตัว
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<q-card-section class="q-px-lg">
|
||||
<div class="row q-col-gutter-sm">
|
||||
<div class="col-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue