เรื่องร้องเรียน เพิ่ม เเก้ไข
This commit is contained in:
parent
61026107cd
commit
e86b9eaf9d
8 changed files with 763 additions and 625 deletions
|
|
@ -36,6 +36,8 @@ const channelAdd = () =>
|
|||
);
|
||||
const complaintAdd = () =>
|
||||
import("@/modules/11_discipline/components/1_Complaint/AddComplaintPage.vue");
|
||||
const complaintEdit = () =>
|
||||
import("@/modules/11_discipline/components/1_Complaint/EditPage.vue");
|
||||
const reportType = () =>
|
||||
import("@/modules/11_discipline/components/5_Report/DetailPage.vue");
|
||||
|
||||
|
|
@ -66,6 +68,16 @@ export default [
|
|||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/complaints/:id",
|
||||
name: "/discipline-complaints-edit",
|
||||
component: complaintEdit,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.1],
|
||||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/investigatefacts",
|
||||
name: "/discipline-investigatefacts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue