This commit is contained in:
xue jiahao
2024-12-26 14:10:45 +08:00
parent b1c55e3c31
commit a4d59de2bc
2 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@
</q-th>
</template>
<template v-slot:body-cell-actions="p">
<template v-if="selected && selected.id > 0" v-slot:body-cell-actions="p">
<q-td auto-width :props="p">
<table-action-menu :row="p.row" minWidth="180px" max-width="200px" :actions="actionList" />
</q-td>