2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-08 17:44:37 +08:00

feat: 数据备份前端

This commit is contained in:
耗子
2024-10-13 22:44:42 +08:00
parent e1bcabec5d
commit f235492f8b
30 changed files with 559 additions and 73 deletions

View File

@@ -300,8 +300,8 @@ onMounted(() => {
</n-tab-pane>
</n-tabs>
</common-page>
<n-modal v-model:show="addUserModal" title="建用户">
<n-card closable @close="() => (addUserModal = false)" title="建用户" style="width: 60vw">
<n-modal v-model:show="addUserModal" title="建用户">
<n-card closable @close="() => (addUserModal = false)" title="建用户" style="width: 60vw">
<n-form :model="addUserModel">
<n-form-item path="username" label="用户名">
<n-input