UI รายการรายงานของระบบงานวินัย
This commit is contained in:
parent
1e7f5b8187
commit
b858d2e9a9
5 changed files with 607 additions and 59 deletions
|
|
@ -8,7 +8,7 @@ const report = () => import("@/modules/11_discipline/components/5_Report/MainPag
|
|||
const directorMain = () => import("@/modules/11_discipline/components/ุ6_Information/Director/MainPage.vue")
|
||||
const channelMain = () => import("@/modules/11_discipline/components/ุ6_Information/Channel/MainPage.vue")
|
||||
const complaintAdd = () => import("@/modules/11_discipline/components/1_Complaint/AddComplaintPage.vue")
|
||||
|
||||
const reportType = () => import('@/modules/11_discipline/components/5_Report/reportDetail.vue')
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -71,6 +71,16 @@ export default [
|
|||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/report/:type",
|
||||
name: "/discipline-reportType",
|
||||
component: reportType,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.5],
|
||||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/director",
|
||||
name: "/discipline-director",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue