Merge commit 'afa42c0133' into develop

This commit is contained in:
Tanyalak 2023-07-19 10:48:27 +07:00
commit 87ecd70e03
32 changed files with 3536 additions and 426 deletions

View file

@ -716,7 +716,10 @@ if (keycloak.tokenParsed != null) {
expand-icon="mdi-chevron-down"
expanded-icon="mdi-chevron-up"
v-if="
menuItem.key == 3 || menuItem.key == 5 || menuItem.key == 6
menuItem.key == 3 ||
menuItem.key == 5 ||
menuItem.key == 6 ||
menuItem.key == 8
"
>
<template v-slot:header>
@ -727,7 +730,7 @@ if (keycloak.tokenParsed != null) {
font-size="20px"
/>
</q-item-section>
<q-item-section >{{ menuItem.label }}</q-item-section>
<q-item-section>{{ menuItem.label }}</q-item-section>
</template>
<!-- เมนอย 2 (สรรหา) -->
@ -751,7 +754,9 @@ if (keycloak.tokenParsed != null) {
:to="{ name: `${subMenu2.path}` }"
>
<q-item-section>
<q-item-label class="font-400">{{ subMenu2.label }} </q-item-label>
<q-item-label class="font-400"
>{{ subMenu2.label }}
</q-item-label>
</q-item-section>
</q-item>
</q-expansion-item>
@ -781,7 +786,9 @@ if (keycloak.tokenParsed != null) {
:to="{ name: `${subMenu.path}` }"
>
<q-item-section>
<q-item-label class="font-400">{{ subMenu.label }}</q-item-label>
<q-item-label class="font-400">{{
subMenu.label
}}</q-item-label>
</q-item-section>
</q-item>
</q-expansion-item>
@ -930,7 +937,7 @@ if (keycloak.tokenParsed != null) {
.menuSub .q-item {
border-radius: 0 100px 100px 0;
margin-right: 2%;
font-weight: 500 ;
font-weight: 500;
}
.expan2 .q-item {
padding-left: 10%;
@ -938,8 +945,8 @@ if (keycloak.tokenParsed != null) {
/* .menuSubAct {
background: #1e2529d9;
} */
.font-400{
font-weight: 400 ;
.font-400 {
font-weight: 400;
}
.expan2 .menuSubHover {
padding-left: 30%;