feat: emit menuViewDetail / menuEdit

This commit is contained in:
Net 2024-06-19 13:53:59 +07:00
parent b6e7eb68cd
commit 0a4eebaea6

View file

@ -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