From 54bf9b61a88bcdcd66c9cea61b1bea015b92faba Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 28 May 2026 09:14:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(attachment):=20=E6=94=B9=E8=BF=9B=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E8=A7=A3=E6=9E=90=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A7=A3=E6=9E=90=E6=96=B9=E6=B3=95=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=92=8C=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AttachmentTmpUploadModal.vue | 437 +++++++++++++++--- web/src/components/FileUploadModal.vue | 377 ++++++++++----- 2 files changed, 652 insertions(+), 162 deletions(-) diff --git a/web/src/components/AttachmentTmpUploadModal.vue b/web/src/components/AttachmentTmpUploadModal.vue index 79584621..a00cc9bf 100644 --- a/web/src/components/AttachmentTmpUploadModal.vue +++ b/web/src/components/AttachmentTmpUploadModal.vue @@ -22,41 +22,124 @@
-
-
- {{ item.fileName }} - {{ getStatusLabel(item.status) }} -
-
- {{ formatFileSize(item.fileSize) }} - {{ item.error }} - {{ item.parseError }} - 已生成解析附件 -
+
+
-
- - - 移除 - +
+ +
+
+ {{ getStatusLabel(item.status) }} + {{ formatFileSize(item.fileSize) }} + {{ item.error }} + {{ + item.parseError + }} +
+ + + + + + 解析 + + +
@@ -66,7 +149,10 @@