ไม่แสดง 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>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-card-section class="q-pa-sm">
|
<q-card-section class="q-pa-sm">
|
||||||
<q-list v-for="(item, index) in listOrder" bordered :key="item.id">
|
<q-list v-for="(item, index) in listOrder" bordered :key="item.id">
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
:clickable="item.code !== 'C-PM-47'"
|
||||||
v-ripple
|
:v-ripple="item.code !== 'C-PM-47'"
|
||||||
:active="activeCommandId === item.id"
|
:active="activeCommandId === item.id"
|
||||||
active-class="my-menu_link"
|
active-class="my-menu_link"
|
||||||
@click="selectInbox(item)"
|
@click="selectInbox(item)"
|
||||||
|
|
@ -325,7 +324,7 @@ onMounted(async () => {
|
||||||
<q-item-section side center @click.stop>
|
<q-item-section side center @click.stop>
|
||||||
<q-icon
|
<q-icon
|
||||||
name="edit"
|
name="edit"
|
||||||
class="q-pa-none q-ml-xs"
|
class="q-pa-none q-ml-xs cursor-pointer"
|
||||||
color="edit"
|
color="edit"
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue