เมนูย่อย ตอนย่อ
This commit is contained in:
parent
5950dc5e6b
commit
241edb8c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ const clickDelete = (id: string) => {
|
|||
<div v-if="role.includes(menuItem.role)">
|
||||
<q-item clickable v-ripple :active="link === menuItem.label" @click="link = menuItem.label"
|
||||
active-class="text-primary menuActiveMini text-weight-medium"
|
||||
v-if="menuItem.key == 3 || menuItem.key == 5">
|
||||
v-if="menuItem.key == 3 || menuItem.key == 5 || menuItem.key == 6 || menuItem.key == 7 || menuItem.key == 8">
|
||||
<div class="row items-center no-wrap">
|
||||
<q-icon :name="menuItem.icon" size="20px" class="q-ml-md" />
|
||||
<q-icon name="mdi-dots-vertical" size="13px" color="grey-6" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue