From 87257cd1bf809392166fbacbbe65094ab2d19e81 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 19 Feb 2026 16:02:55 +0700 Subject: [PATCH] fix(organization-chart):Open Menu Structure --- src/modules/01_dashboard/views/Dashboard.vue | 13 ++----------- src/stores/data.ts | 3 +-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/modules/01_dashboard/views/Dashboard.vue b/src/modules/01_dashboard/views/Dashboard.vue index cfb19c2..90d63b2 100644 --- a/src/modules/01_dashboard/views/Dashboard.vue +++ b/src/modules/01_dashboard/views/Dashboard.vue @@ -187,14 +187,8 @@ onMounted(async () => {
{ > {{ item.sub }}
- - อยู่ระหว่างปรับปรุง
diff --git a/src/stores/data.ts b/src/stores/data.ts index fbd4e61..83b3acd 100644 --- a/src/stores/data.ts +++ b/src/stores/data.ts @@ -161,8 +161,7 @@ export const useDataStore = defineStore("dataMain", () => { icon: "mdi-account-group-outline", title: "แผนผังองค์กร", sub: "ดูแผนผังองค์กร", - // color: "blue-3", - color: "grey-3", + color: "blue-3", path: "/organization-chart", active: false, },