feat: 新增角色列表

This commit is contained in:
xlsea
2025-05-09 23:26:09 +08:00
parent b70ddb31e9
commit 67b5af9892
25 changed files with 869 additions and 125 deletions

View File

@ -220,6 +220,9 @@ async function handleExport() {
>
<template #prefix>
<NButton v-if="isSuperAdmin" type="warning" ghost size="small" @click="handleSyncTenantDict">
<template #icon>
<icon-material-symbols:sync-outline />
</template>
同步租户字典
</NButton>
</template>