mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:添加字典项时下拉Tag功能,对接参数配置功能
This commit is contained in:
@ -202,9 +202,9 @@ async function handleExport() {
|
||||
<NCard title="租户列表" :bordered="false" size="small" class="sm:flex-1-hidden card-wrapper">
|
||||
<template #header-extra>
|
||||
<NSpace>
|
||||
<NPopconfirm @positive-click="() => handleSyncTenantDict()">
|
||||
<NPopconfirm v-if="isSuperAdmin" @positive-click="() => handleSyncTenantDict()">
|
||||
<template #trigger>
|
||||
<NButton v-if="isSuperAdmin" size="small">
|
||||
<NButton size="small">
|
||||
<template #icon>
|
||||
<icon-material-symbols:sync-rounded />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user