This commit is contained in:
setthawutttty 2024-11-05 14:44:39 +07:00
parent 0c473e14c3
commit 6c0f4530ab

View file

@ -11,7 +11,7 @@ import { useDisciplineSuspendStore } from "@/modules/11_discipline/store/Suspend
/**Import type */ /**Import type */
import type { QForm } from "quasar"; import type { QForm } from "quasar";
import type { DataDetail } from "@/modules/11_discipline/interface/response/suspend"; import type { DataDetail } from "@/modules/11_discipline/interface/response/Suspend";
import type { DataProfile } from "@/modules/05_placement/interface/index/Main"; import type { DataProfile } from "@/modules/05_placement/interface/index/Main";
import PopupPersonal from "@/components/Dialogs/PopupPersonalNew.vue"; import PopupPersonal from "@/components/Dialogs/PopupPersonalNew.vue";
@ -250,13 +250,13 @@ onMounted(async () => {
class="q-mr-sm" class="q-mr-sm"
@click="router.go(-1)" @click="router.go(-1)"
/> />
รายละเอยดการของ {{ data.name }} รายละเอยดกพกราชการของ {{ data.name }}
</div> </div>
<CardProfile :data="dataProfile as DataProfile" /> <CardProfile :data="dataProfile as DataProfile" />
<q-card bordered class="row col-12 text-dark q-mt-sm"> <q-card bordered class="row col-12 text-dark q-mt-sm">
<q-form greedy @submit.prevent @validation-success="saveData"> <q-form greedy @submit.prevent @validation-success="saveData" @reset="clickCancel">
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary"> <div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">
<div class="q-pl-sm text-weight-bold text-dark"> <div class="q-pl-sm text-weight-bold text-dark">
{{ {{
@ -302,7 +302,7 @@ onMounted(async () => {
class="q-px-sm" class="q-px-sm"
label="ยกเลิก" label="ยกเลิก"
style="width: 80px" style="width: 80px"
@click="clickCancel" type="reset"
/> />
</div> </div>
</div> </div>