- แก้ link เมนู ออกจากราชการในหน้าทะเบียนประวัติ

- ui คำสั่งช่วยราชการ/ส่งตัวกลับ
This commit is contained in:
Warunee Tamkoo 2023-07-25 12:11:35 +07:00
parent 6c4f1f4d37
commit 59bbbb0be0
9 changed files with 2496 additions and 20 deletions

View file

@ -154,10 +154,10 @@
</div>
<q-space />
<q-btn round flat color="pink-5" icon="mdi-file-eye-outline">
<q-tooltip>{{
<q-btn round flat color="pink-5" icon="mdi-file-document">
<!-- <q-tooltip>{{
reasonStatus ? "การกลับเข้ารับราชการ" : "การออกจากราชการ"
}}</q-tooltip>
}}</q-tooltip> -->
<q-menu transition-show="jump-down" transition-hide="jump-up">
<q-list dense style="min-width: 160px">
@ -896,7 +896,7 @@ const closeKp7Short = () => {
};
const clickaddOrder = () => {
router.push({ name: "addOrder" });
router.push("/dismiss-order/add");
};
const downloadKP7 = () => {};