ไม่แสดง cursor pointer
This commit is contained in:
parent
9efb30c531
commit
f732b87763
1 changed files with 3 additions and 4 deletions
|
|
@ -303,13 +303,12 @@ onMounted(async () => {
|
|||
</label>
|
||||
</div>
|
||||
</q-toolbar>
|
||||
|
||||
<q-separator />
|
||||
<q-card-section class="q-pa-sm">
|
||||
<q-list v-for="(item, index) in listOrder" bordered :key="item.id">
|
||||
<q-item
|
||||
clickable
|
||||
v-ripple
|
||||
:clickable="item.code !== 'C-PM-47'"
|
||||
:v-ripple="item.code !== 'C-PM-47'"
|
||||
:active="activeCommandId === item.id"
|
||||
active-class="my-menu_link"
|
||||
@click="selectInbox(item)"
|
||||
|
|
@ -325,7 +324,7 @@ onMounted(async () => {
|
|||
<q-item-section side center @click.stop>
|
||||
<q-icon
|
||||
name="edit"
|
||||
class="q-pa-none q-ml-xs"
|
||||
class="q-pa-none q-ml-xs cursor-pointer"
|
||||
color="edit"
|
||||
flat
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue