users 100%

This commit is contained in:
CJ 2024-11-14 13:11:09 +07:00
parent a4ef50a3a5
commit 4120a49e86
4 changed files with 110 additions and 102 deletions

View file

@ -1,5 +1,4 @@
[
{
[{
"icon": "mdi-file-outline",
"activeIcon": "mdi-file",
"label": "การตรวจสอบและแก้ไขปัญหา",

View file

@ -113,8 +113,11 @@
]
},
{
"icon": "mdi-file-outline",
"activeIcon": "mdi-file",
"label": "คู่มือการใช้งานระบบผู้ใช้งานทั่วไป",
"children": [{
"label": "คู่มือการใช้งานระบบข้าราชการกรุงเทพหานครสามัญ",
"children": [{
"label": "ระบบแผนผังองค์กร",
@ -173,9 +176,9 @@
"path": "/manual/chapter-14-user-service-testing"
}
]
}, {
"icon": "mdi-file-outline",
"activeIcon": "mdi-file",
},
{
"label": "คู่มือการใช้งานระบบลูกจ้างประจำกรุงเทพมหานคร",
"children": [{
"label": "ระบบแผนผังองค์กร",
@ -190,7 +193,7 @@
},
{
"label": "ระบบลงเวลา (ยังไม่ได้ทำ)",
"path": "/manual/chapter-5-user-portfolio"
"path": "/manual/"
},
{
"label": "ระบบอุทธรณ์ร้องทุกข์",
@ -206,4 +209,6 @@
}
]
}
]
}
]

View file

@ -3,5 +3,8 @@ export interface MenuItem {
activeIcon: string;
label: string;
path?: string;
children?: MenuItem[];
children?: {
label: string;
path: string;
}[];
}

View file

@ -457,6 +457,7 @@ function defaultOpen(index: number) {
font-weight: 500;
}
.expan2 .q-item {
padding: 8px;
padding-left: 11%;
}
.subLabel {