btn save
This commit is contained in:
parent
59aa022bab
commit
5356cb37e3
1 changed files with 8 additions and 0 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue