- router ประเมินบุคคล
- ปรับหน้ารายละเอียด
This commit is contained in:
parent
e24449e331
commit
24adce7fa8
24 changed files with 1571 additions and 98 deletions
|
|
@ -1,25 +1,26 @@
|
|||
const Evaluate = () => import("@/modules/12_Evaluate/MainPage.vue");
|
||||
const EvaluateDetail = () =>
|
||||
import("@/modules/12_Evaluate/components/DetailPage.vue");
|
||||
const mainPage = () => import("@/modules/12_evaluate/views/MainPage.vue");
|
||||
const detailPage = () =>
|
||||
import("@/modules/12_evaluate/views/DetailPage.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/evaluate",
|
||||
name: "evaluate",
|
||||
component: Evaluate,
|
||||
component: mainPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [12],
|
||||
Role: "evaluate",
|
||||
Key: [1.1],
|
||||
Role: "discipline",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/evaluate/detail",
|
||||
name: "evaluateDetail",
|
||||
component: EvaluateDetail,
|
||||
component: detailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [12.1],
|
||||
Role: "evaluate",
|
||||
Key: [12.2],
|
||||
Role: "discipline",
|
||||
},
|
||||
},
|
||||
];
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue