chore:完善租户管理功能

This commit is contained in:
ANHE
2025-03-19 23:27:42 +08:00
parent 43ea8ed755
commit 3fc4bec81a
6 changed files with 70 additions and 19 deletions

View File

@ -72,7 +72,7 @@ function handleExport() {
</template>
{{ $t('common.confirmDelete') }}
</NPopconfirm>
<NButton v-if="showExport" size="small" ghost type="warning" @click="handleExport">
<NButton v-if="showExport" size="small" ghost @click="handleExport">
<template #icon>
<icon-ic-round-download class="text-icon" />
</template>