Compare commits

..

No commits in common. "b35d2bb44c041824b87d240bc31a64d87b5273e8" and "c4fbbd535e24697f8c792b356abafffee741a972" have entirely different histories.

View file

@ -50,8 +50,7 @@ const items = ref<MenuMainList[]>([
icon: "mdi-account-group-outline",
title: "แผนผังองค์กร",
sub: "ดูแผนผังองค์กร",
// color: "blue-3",
color: "grey-3",
color: "blue-3",
path: "/organization-chart",
active: false,
},
@ -221,7 +220,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;
@ -302,14 +301,8 @@ onMounted(async () => {
<q-card
v-else
bordered
@click="
item.path === '/organization-chart' ? null : goToPage(item.path)
"
:class="
item.path === '/organization-chart'
? 'disabledcard col-12'
: 'noactive col-12'
"
@click="goToPage(item.path)"
class="noactive col-12"
>
<div class="col-12">
<q-avatar
@ -514,7 +507,7 @@ onMounted(async () => {
border: 1px solid #6dbdb142;
}
.disabledcard {
color: rgba(105, 104, 104, 0.733) !important;
color: rgba(209, 209, 209, 0.733) !important;
border-color: rgba(207, 207, 207, 0.322) !important;
box-shadow: none !important;
border-radius: 12px;