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 @@