2023-10-16 13:28:48 +07:00
|
|
|
|
|
|
|
|
const complaintMain = () => import("@/modules/11_discipline/components/1_Complaint/MainPage.vue")
|
|
|
|
|
const factsMain = () => import("@/modules/11_discipline/components/2_InvestigateFacts/MainPage.vue")
|
2023-10-16 18:13:03 +07:00
|
|
|
const investigatefactsAdd = () => import("@/modules/11_discipline/components/2_InvestigateFacts/investigatefactsAdd.vue")
|
2023-10-16 13:28:48 +07:00
|
|
|
const disciplinaryMain = () => import("@/modules/11_discipline/components/3_InvestigateDisciplinary/MainPage.vue")
|
2023-10-16 18:07:42 +07:00
|
|
|
const oredrMain = () => import("@/modules/11_discipline/components/4_Order/MainPage.vue")
|
|
|
|
|
const report = () => import("@/modules/11_discipline/components/5_Report/MainPage.vue")
|
|
|
|
|
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")
|
2023-10-17 14:23:23 +07:00
|
|
|
const reportType = () => import('@/modules/11_discipline/components/5_Report/reportDetail.vue')
|
2023-10-16 13:28:48 +07:00
|
|
|
|
|
|
|
|
export default [
|
|
|
|
|
{
|
|
|
|
|
path: "/discipline/complaints",
|
|
|
|
|
name: "/discipline-complaints",
|
|
|
|
|
component: complaintMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.1],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-16 18:07:42 +07:00
|
|
|
{
|
|
|
|
|
path: "/discipline/complaints/add",
|
|
|
|
|
name: "/discipline-complaints-add",
|
|
|
|
|
component: complaintAdd,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.1],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-16 13:28:48 +07:00
|
|
|
{
|
|
|
|
|
path: "/discipline/investigatefacts",
|
|
|
|
|
name: "/discipline-investigatefacts",
|
|
|
|
|
component: factsMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.2],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/discipline/disciplinary",
|
|
|
|
|
name: "/discipline-disciplinary",
|
|
|
|
|
component: disciplinaryMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
2023-10-16 18:07:42 +07:00
|
|
|
Key: [11.3],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/discipline/order",
|
|
|
|
|
name: "/discipline-order",
|
|
|
|
|
component: oredrMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.4],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/discipline/report",
|
|
|
|
|
name: "/discipline-report",
|
|
|
|
|
component: report,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.5],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-17 14:23:23 +07:00
|
|
|
{
|
|
|
|
|
path: "/discipline/report/:type",
|
|
|
|
|
name: "/discipline-reportType",
|
|
|
|
|
component: reportType,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.5],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-16 18:07:42 +07:00
|
|
|
{
|
|
|
|
|
path: "/discipline/director",
|
|
|
|
|
name: "/discipline-director",
|
|
|
|
|
component: directorMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.6],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: "/discipline/channel",
|
|
|
|
|
name: "/discipline-channel",
|
|
|
|
|
component: channelMain,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.6],
|
2023-10-16 13:28:48 +07:00
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-16 18:13:03 +07:00
|
|
|
{
|
|
|
|
|
path: "/discipline/investigatefacts/add",
|
|
|
|
|
name: "/discipline-investigatefactsAdd",
|
|
|
|
|
component: investigatefactsAdd,
|
|
|
|
|
meta: {
|
|
|
|
|
Auth: true,
|
|
|
|
|
Key: [11.2],
|
|
|
|
|
Role: "coin",
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-10-16 13:28:48 +07:00
|
|
|
]
|