no message
This commit is contained in:
parent
9627f09f3b
commit
bbbf012bbd
4 changed files with 369 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ const tabManu2 = [
|
|||
const mainmenu = [
|
||||
{text: 'ข้อมูลหลัก', icon:'mdi-account-outline', path: 'metadata'},
|
||||
{text: 'โครงสร้างอัตรากำลัง', icon:'mdi-account-group-outline',path: 'organizational'},
|
||||
{text: 'ทะเบียนประวัติ', icon:'mdi-file-account-outline',path: 'organizational'},
|
||||
{text: 'ทะเบียนประวัติ', icon:'mdi-file-account-outline',path: 'registration'},
|
||||
{text: 'ทะเบียนประวัติลูกจ้าง', icon:'mdi-file-account-outline',path: 'organizational'},
|
||||
{text: 'ออกคำสั่ง', icon:'mdi-file-certificate-outline',path: 'organizational'},
|
||||
{text: 'สรรหา', icon:'mdi-magnify',path: 'organizational'},
|
||||
|
|
@ -345,10 +345,6 @@ window.onpopstate = function() {
|
|||
color: #02A998;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
width: 24px; /* ปรับขนาดตามต้องการ */
|
||||
height: 24px; /* ปรับขนาดตามต้องการ */
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue