From 436af632da4f428580ab68dae166f4a3c6a50bad Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 4 Mar 2026 16:12:00 +0800 Subject: [PATCH] =?UTF-8?q?doc=E5=8F=AF=E4=BB=A5=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/com_project_proof_record.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue index 31d06b0..c44ee72 100644 --- a/src/views/modules/eam/com_project_proof_record.vue +++ b/src/views/modules/eam/com_project_proof_record.vue @@ -2323,12 +2323,12 @@ return } // Office文件不支持预览 - if (lowerType === 'doc' || lowerType === 'ppt' || lowerType === 'pptx') { + if (lowerType === 'ppt' || lowerType === 'pptx') { this.$message.warning('该文件格式暂不支持预览,请下载后查看') return } // Word / Excel 通过后端转 PDF 后预览 - if (lowerType === 'docx') { + if (lowerType === 'doc' || lowerType === 'docx') { type = 'word' } else { type = 'excel'