remove old sys
This commit is contained in:
parent
00db6b6619
commit
1f76194664
254 changed files with 88 additions and 98844 deletions
|
|
@ -46,12 +46,6 @@ const complaintDetail = () =>
|
|||
import("@/modules/11_discipline/components/1_Complaint/EditPage.vue");
|
||||
const reportType = () =>
|
||||
import("@/modules/11_discipline/components/5_Report/DetailPage.vue");
|
||||
// const InvestigateDisciplinaryAdd = () =>
|
||||
// import(
|
||||
// "@/modules/11_discipline/components/3_InvestigateDisciplinary/AddPage.vue"
|
||||
// );
|
||||
const oredrMain = () =>
|
||||
import("@/modules/11_discipline/components/9_Order/MainPage.vue");
|
||||
|
||||
/** หน้ารายการสรุปผลการพิจารณาทางวินัย */
|
||||
const resultMainPage = () =>
|
||||
|
|
@ -78,8 +72,6 @@ const appealComplainEdit = () =>
|
|||
const appealComplainDetail = () =>
|
||||
import("@/modules/11_discipline/components/8_AppealComplain/EditPage.vue");
|
||||
|
||||
const DetailPage = () => import("@/modules/10_order/components/Detail.vue");
|
||||
const DetailPageOnly = () => import("@/modules/10_order/components/Detail.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/discipline/complaints",
|
||||
|
|
@ -363,45 +355,4 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/discipline-order",
|
||||
name: "disciplineOrder",
|
||||
component: oredrMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_DISCIPLINE_SENTENCE",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline-order/add",
|
||||
name: "disciplineOrderAdd",
|
||||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_DISCIPLINE_SENTENCE",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline-order/detail/:orderid",
|
||||
name: "disciplineOrderDatail",
|
||||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_DISCIPLINE_SENTENCE",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline-order-detail/detail/:orderid",
|
||||
name: "disciplineOrderDatailOnly",
|
||||
component: DetailPageOnly,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_DISCIPLINE_SENTENCE",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue