From ce05db19d02810ec595326ce8fe770c7b4355a25 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 28 May 2024 10:05:16 +0700 Subject: [PATCH] updated menu --- src/interface/request/main/main.ts | 18 ++++++++++++++++++ src/modules/14_KPI/components/Tab/TabMain.vue | 5 ++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 35fae14ef..b03829835 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -84,6 +84,16 @@ const menuList = readonly([ label: "ข้อมูลเครื่องราชอิสริยาภรณ์", path: "masterInsignia", }, + ], + }, + { + key: 2, + icon: "o_person", + activeIcon: "person", + label: "ข้อมูลการประเมิน", + path: "metadataNew", + role: "evaluateKPI", + children: [ { key: 2.1, label: "ตัวชี้วัด", @@ -120,6 +130,14 @@ const menuList = readonly([ }, ], }, + { + key: 3, + icon: "mdi-account-badge", + activeIcon: "groups", + label: "จัดการผู้ใช้งานและสิทธิ์", + role: "user_role", + path: "manageUser", + }, { key: 3, icon: "o_groups", diff --git a/src/modules/14_KPI/components/Tab/TabMain.vue b/src/modules/14_KPI/components/Tab/TabMain.vue index daa95ee63..645a44c3f 100644 --- a/src/modules/14_KPI/components/Tab/TabMain.vue +++ b/src/modules/14_KPI/components/Tab/TabMain.vue @@ -88,9 +88,8 @@ const splitterModel = ref(12); class="q-pa-none" > - - - + +