2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 14:53:19 +08:00

feat: 数据库管理优化1

This commit is contained in:
耗子
2024-11-27 01:08:14 +08:00
parent 3926bb83c1
commit cd8a10d799
18 changed files with 196 additions and 62 deletions

View File

@@ -29,10 +29,10 @@ const createServerModalShow = ref(false)
<TheIcon :size="18" icon="material-symbols:add" />
创建数据库
</n-button>
<!--<n-button v-if="currentTab === 'user'" type="primary" @click="createUserModalShow = true">
<n-button v-if="currentTab === 'user'" type="primary" @click="createUserModalShow = true">
<TheIcon :size="18" icon="material-symbols:add" />
创建用户
</n-button>-->
</n-button>
<n-button v-if="currentTab === 'server'" type="primary" @click="createServerModalShow = true">
<TheIcon :size="18" icon="material-symbols:add" />
添加服务器