feat: emit menuViewDetail / menuEdit
This commit is contained in:
parent
b6e7eb68cd
commit
0a4eebaea6
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ defineProps<{
|
|||
<AppBox
|
||||
no-padding
|
||||
bordered
|
||||
style="box-shadow: var(--shadow-3); width: 236px; height: 286px"
|
||||
style="box-shadow: var(--shadow-3); width: 240px; height: 286px"
|
||||
>
|
||||
<div class="q-pa-sm">
|
||||
<div class="row flex justify-between text-bold">
|
||||
|
|
@ -44,7 +44,7 @@ defineProps<{
|
|||
dense
|
||||
class="row q-py-sm"
|
||||
style="white-space: nowrap"
|
||||
@click="$emit('a')"
|
||||
@click="$emit('menuViewDetail')"
|
||||
>
|
||||
<q-icon
|
||||
name="mdi-eye-outline"
|
||||
|
|
@ -61,7 +61,7 @@ defineProps<{
|
|||
clickable
|
||||
class="row q-py-sm"
|
||||
style="white-space: nowrap"
|
||||
@click="$emit('a')"
|
||||
@click="$emit('menuEdit')"
|
||||
v-close-popup
|
||||
>
|
||||
<q-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue