This commit is contained in:
STW_TTTY\stwtt 2024-04-09 16:30:20 +07:00
parent 59aa022bab
commit 5356cb37e3

View file

@ -48,6 +48,12 @@ function getProfile() {
hideLoader(); hideLoader();
}); });
} }
/** save */
function onSave(){
}
onMounted(() => { onMounted(() => {
getProfile(); getProfile();
}); });
@ -68,6 +74,8 @@ onMounted(() => {
@click="router.push(`/KPI`)" @click="router.push(`/KPI`)"
/> />
{{ id ? `แก้ไขแบบประเมิน`:`เพิ่มแบบประเมิน` }} {{ id ? `แก้ไขแบบประเมิน`:`เพิ่มแบบประเมิน` }}
<q-space/>
<q-btn label="บันทึก" color="secondary" unelevated @click="onSave"><q-tooltip>นท</q-tooltip></q-btn>
</div> </div>
<div class="col-12"> <div class="col-12">
<q-card bordered flatclass="relative-position"> <q-card bordered flatclass="relative-position">