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
|
<AppBox
|
||||||
no-padding
|
no-padding
|
||||||
bordered
|
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="q-pa-sm">
|
||||||
<div class="row flex justify-between text-bold">
|
<div class="row flex justify-between text-bold">
|
||||||
|
|
@ -44,7 +44,7 @@ defineProps<{
|
||||||
dense
|
dense
|
||||||
class="row q-py-sm"
|
class="row q-py-sm"
|
||||||
style="white-space: nowrap"
|
style="white-space: nowrap"
|
||||||
@click="$emit('a')"
|
@click="$emit('menuViewDetail')"
|
||||||
>
|
>
|
||||||
<q-icon
|
<q-icon
|
||||||
name="mdi-eye-outline"
|
name="mdi-eye-outline"
|
||||||
|
|
@ -61,7 +61,7 @@ defineProps<{
|
||||||
clickable
|
clickable
|
||||||
class="row q-py-sm"
|
class="row q-py-sm"
|
||||||
style="white-space: nowrap"
|
style="white-space: nowrap"
|
||||||
@click="$emit('a')"
|
@click="$emit('menuEdit')"
|
||||||
v-close-popup
|
v-close-popup
|
||||||
>
|
>
|
||||||
<q-icon
|
<q-icon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue