UI ประเมินเชี่ยวชาญ
This commit is contained in:
parent
5e5eab0398
commit
08e5d2b1e1
3 changed files with 280 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const evaluateMain = () =>
|
|||
import("@/modules/06_evaluate/views/EvaluateMain.vue");
|
||||
const evaluateStep = () =>
|
||||
import("@/modules/06_evaluate/components/EvaluateStepMain.vue");
|
||||
|
||||
const expertPage = () => import('@/modules/06_evaluate/components/ExpertPage.vue')
|
||||
export default [
|
||||
{
|
||||
path: "/evaluate",
|
||||
|
|
@ -32,4 +32,13 @@ export default [
|
|||
Key: [7],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/evaluate/expert",
|
||||
name: "evaluate-expert",
|
||||
component: expertPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue