UI ประเมินเชี่ยวชาญ

This commit is contained in:
setthawutttty 2024-02-06 16:33:56 +07:00
parent 5e5eab0398
commit 08e5d2b1e1
3 changed files with 280 additions and 1 deletions

View file

@ -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],
},
},
];