mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-27 13:46:41 +08:00
Merge 152f0a53e2
into 9d9592886b
This commit is contained in:
commit
6b62135b82
@ -9,6 +9,7 @@ interface Props {
|
||||
itemAlign?: NaiveUI.Align;
|
||||
disabledDelete?: boolean;
|
||||
loading?: boolean;
|
||||
showBatchDelete?: boolean;
|
||||
}
|
||||
|
||||
defineProps<Props>();
|
||||
@ -50,7 +51,7 @@ function refresh() {
|
||||
</NButton>
|
||||
<NPopconfirm @positive-click="batchDelete">
|
||||
<template #trigger>
|
||||
<NButton size="small" ghost type="error" :disabled="disabledDelete">
|
||||
<NButton size="small" ghost type="error" :disabled="disabledDelete" v-show="!showBatchDelete" >
|
||||
<template #icon>
|
||||
<icon-ic-round-delete class="text-icon" />
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user