- แก้ 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 = () => {};

View file

@ -4,10 +4,10 @@
const Main = () => import("@/modules/04_registry/views/Main.vue");
const Detail = () => import("@/modules/04_registry/components/Profile.vue");
const addOrder = () =>
import(
"@/modules/05_placement/components/OrderPlacement/addOrderPlacement.vue"
);
// const addOrder = () =>
// import(
// "@/modules/05_placement/components/OrderPlacement/addOrderPlacement.vue"
// );
export default [
{
@ -30,14 +30,14 @@ export default [
Role: "registry",
},
},
{
path: "/dismiss-order/add",
name: "addOrder",
component: addOrder,
meta: {
Auth: true,
Key: [7],
Role: "registry",
},
},
// {
// path: "/dismiss-order/add",
// name: "addOrder",
// component: addOrder,
// meta: {
// Auth: true,
// Key: [7],
// Role: "registry",
// },
// },
];