ออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
2fb3a61f23
commit
d2c6837a86
6 changed files with 699 additions and 170 deletions
|
|
@ -73,6 +73,8 @@ const appealComplainAdd = () =>
|
|||
import("@/modules/11_discipline/components/8_AppealComplain/AddPage.vue");
|
||||
const appealComplainEdit = () =>
|
||||
import("@/modules/11_discipline/components/8_AppealComplain/EditPage.vue");
|
||||
|
||||
const DetailPage = () => import("@/modules/10_order/components/Detail.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/discipline/complaints",
|
||||
|
|
@ -329,7 +331,17 @@ export default [
|
|||
{
|
||||
path: "/discipline-order/add",
|
||||
name: "disciplineOrderAdd",
|
||||
component: orderPage,
|
||||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.4],
|
||||
Role: "discipline",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline-order/detail/:orderid",
|
||||
name: "disciplineOrderDatail",
|
||||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.4],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue