This commit is contained in:
2025-03-11 15:47:08 +08:00
19 changed files with 403 additions and 389 deletions

View File

@@ -92,10 +92,10 @@
</el-col>
</el-row>
<el-drawer title="文件管理"
:visible.sync="showFile"
size="800px"
direction="rtl"
<el-drawer :title="`${user.nickName} - 文件管理`"
:visible.sync="fileDrawerVisible"
size="800px"
direction="rtl"
append-to-body>
<UserFileManager
:user-id="user.userId"