แก้ไขสิทธิ์ของประเมิน และเพิ่มเมนูออกคำสั่งลงโทษทางวินัย

This commit is contained in:
Warunee Tamkoo 2023-12-18 16:07:20 +07:00
parent a0c6c4eb8e
commit f9d37f990d
9 changed files with 40 additions and 68 deletions

View file

@ -50,10 +50,10 @@ const InvestigateDisciplinaryAdd = () =>
import(
"@/modules/11_discipline/components/3_InvestigateDisciplinary/AddPage.vue"
);
// const orderPage = () =>
// import("@/modules/11_discipline/components/4_Order/OrderPage.vue");
// const oredrMain = () =>
// import("@/modules/11_discipline/components/4_Order/MainPage.vue");
const orderPage = () =>
import("@/modules/11_discipline/components/9_Order/OrderPage.vue");
const oredrMain = () =>
import("@/modules/11_discipline/components/9_Order/MainPage.vue");
/** หน้ารายการสรุปผลการพิจารณาทางวินัย */
const resultMainPage = () =>
@ -316,24 +316,24 @@ export default [
},
},
// {
// path: "/discipline-order",
// name: "disciplineOrder",
// component: oredrMain,
// meta: {
// Auth: true,
// Key: [11.4],
// Role: "discipline",
// },
// },
// {
// path: "/discipline-order/add",
// name: "disciplineOrderAdd",
// component: orderPage,
// meta: {
// Auth: true,
// Key: [11.4],
// Role: "discipline",
// },
// },
{
path: "/discipline-order",
name: "disciplineOrder",
component: oredrMain,
meta: {
Auth: true,
Key: [11.4],
Role: "discipline",
},
},
{
path: "/discipline-order/add",
name: "disciplineOrderAdd",
component: orderPage,
meta: {
Auth: true,
Key: [11.4],
Role: "discipline",
},
},
];