Merge branch 'anandadev' into develop
This commit is contained in:
commit
1feff32e35
8 changed files with 24 additions and 20 deletions
|
|
@ -10,14 +10,19 @@ const MainOther = () =>
|
|||
import("@/modules/05_placement/components/exams_other/Main.vue");
|
||||
const Placement2Detail = () =>
|
||||
import("@/modules/05_placement/components/exams_other/Detail.vue");
|
||||
const addOrderReplace = () =>
|
||||
import("@/modules/05_placement/components/OrderReplace/addOrderReplace.vue");
|
||||
const addOrderPlacement = () =>
|
||||
import(
|
||||
"@/modules/05_placement/components/OrderPlacement/addOrderPlacement.vue"
|
||||
);
|
||||
const MainOrderPlacement = () =>
|
||||
import("@/modules/05_placement/components/OrderReplace/MainOrderReplace.vue");
|
||||
import(
|
||||
"@/modules/05_placement/components/OrderPlacement/MainOrderPlacement.vue"
|
||||
);
|
||||
const detailOrderReplace = () =>
|
||||
import(
|
||||
"@/modules/05_placement/components/OrderReplace/detailOrderReplace.vue"
|
||||
);
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/placement/Sorkorcho",
|
||||
|
|
@ -80,9 +85,9 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/placement/addOrderReplace",
|
||||
name: "addOrderReplace",
|
||||
component: addOrderReplace,
|
||||
path: "/placement/addOrderPlacement",
|
||||
name: "addOrderPlacement",
|
||||
component: addOrderPlacement,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue