From 373bb991da07b4084f7aed07831236bd6fdc0dd2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 04 六月 2026 15:59:47 +0800
Subject: [PATCH] 新疆马铃薯 1.环境检测展示字段修改 2.设备巡检查看附件字段和页面修改

---
 src/views/equipmentManagement/inspectionManagement/components/viewFiles.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/equipmentManagement/inspectionManagement/components/viewFiles.vue b/src/views/equipmentManagement/inspectionManagement/components/viewFiles.vue
index 444cdf4..3f07d92 100644
--- a/src/views/equipmentManagement/inspectionManagement/components/viewFiles.vue
+++ b/src/views/equipmentManagement/inspectionManagement/components/viewFiles.vue
@@ -3,9 +3,8 @@
     <el-dialog title="鏌ョ湅闄勪欢"
                v-model="dialogVisitable" width="800px" @close="cancel">
       <div class="upload-container">
-        <!-- 鐢熶骇寮傚父 -->
         <div class="form-container">
-          <div class="title">鐢熶骇寮傚父</div>
+          <div class="title">宸℃闄勪欢</div>
 
           <!-- 鍥剧墖鍒楄〃 -->
           <div style="display: flex; flex-wrap: wrap;">
@@ -148,8 +147,7 @@
 
 // 鎵撳紑寮圭獥骞跺姞杞芥暟鎹�
 const openDialog = async (row) => {
-  // 浣跨敤 commonFileListBeforeDTO 鎴� commonFileListBeforeVO 瀛楁
-  const fileList = row.commonFileListBeforeDTO || row.commonFileListBeforeVO || [];
+  const fileList = row.commonFileListVO || [];
   const { images, videos } = processItems(fileList);
 
   productionAbnormalImgs.value = images;

--
Gitblit v1.9.3