From c61edb386380fe836f902c58afcc59034eadd51f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 29 Jan 2026 11:25:58 +0700 Subject: [PATCH] fix:disable organization-chart --- src/modules/01_dashboard/views/Dashboard.vue | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/modules/01_dashboard/views/Dashboard.vue b/src/modules/01_dashboard/views/Dashboard.vue index c1b5d02..fa4ac8b 100644 --- a/src/modules/01_dashboard/views/Dashboard.vue +++ b/src/modules/01_dashboard/views/Dashboard.vue @@ -50,7 +50,8 @@ const items = ref([ icon: "mdi-account-group-outline", title: "แผนผังองค์กร", sub: "ดูแผนผังองค์กร", - color: "blue-3", + // color: "blue-3", + color: "grey-3", path: "/organization-chart", active: false, }, @@ -220,7 +221,7 @@ async function onClickOpenPopupDetail(data: InboxDetail) { .get(config.API.msgInboxRead(data.no)) .then(() => { const filterDate = inboxList.value.filter( - (r: InboxDetail) => r.no == data.no + (r: InboxDetail) => r.no == data.no, ); for (const item of filterDate) { item.isOpen = true; @@ -301,8 +302,14 @@ onMounted(async () => {
{ border: 1px solid #6dbdb142; } .disabledcard { - color: rgba(209, 209, 209, 0.733) !important; + color: rgba(105, 104, 104, 0.733) !important; border-color: rgba(207, 207, 207, 0.322) !important; box-shadow: none !important; border-radius: 12px;