ui จำนวนและรายชื่อที่กระทำความผิดทางวินัย
This commit is contained in:
parent
1067e95974
commit
eb3b4781f5
4 changed files with 707 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ const appealComplainEdit = () =>
|
|||
import("@/modules/11_discipline/components/8_AppealComplain/EditPage.vue");
|
||||
const appealComplainDetail = () =>
|
||||
import("@/modules/11_discipline/components/8_AppealComplain/EditPage.vue");
|
||||
const disciplineReport = () =>
|
||||
import("@/modules/11_discipline/components/9_DisciplineReport/Main.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -355,4 +357,14 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/disciplineReport",
|
||||
name: "disciplineReport",
|
||||
component: disciplineReport,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_DISCIPLINE_REPORT",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue