云文件管理系统上传组件优化

This commit is contained in:
2026-04-02 15:02:54 +08:00
parent 5053d396f8
commit 45e1fe5260
9 changed files with 206 additions and 121 deletions

View File

@@ -682,6 +682,8 @@ const handleBatchDelete = async () => {
const handleRowDblClick = (row) => {
if (row.type === 'folder') {
enterFolder(row)
} else if (canPreview(row)) {
handlePreview(row)
}
}