From ab04ec484fb2907cb75608280dcd4d12aa48d073 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期六, 28 六月 2025 14:15:27 +0800
Subject: [PATCH] 详情文件下载

---
 laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue b/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
index d30d35f..e7fc9e5 100644
--- a/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
+++ b/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
@@ -67,16 +67,10 @@
                     </div>
                 </div>
                 <el-form-item prop="name" style="margin-top: 18px">
-                    <!-- <el-upload 
-                        action="#" 
-                        :file-list="fileList"
-                        :http-request="handleUpload"
-                        :before-upload="beforeUpload"
-                        :on-remove="handleRemove">
-                        <el-button size="small" type="primary">点击上传</el-button>
-                        <div slot="tip" class="el-upload__tip">支持任意格式文件上传</div>
-                    </el-upload> -->
-                    <el-upload action="#" :file-list="fileList" :http-request="handleUpload" :disabled="this.$route.query.type === 'detail'"
+                     <el-upload action="#" 
+                     :file-list="fileList"
+                      :http-request="handleUpload"
+                       :disabled="this.$route.query.type === 'detail'"
                         :before-upload="beforeUpload" :on-remove="handleRemove">
                         <el-button size="small" type="primary">点击上传</el-button>
                         <div slot="tip" class="el-upload__tip">支持任意格式文件上传</div>

--
Gitblit v1.7.1