From 54c22f2f0e98c35e48cdad6c4d0299d08beea630 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 28 七月 2025 10:15:13 +0800
Subject: [PATCH] update

---
 src/views/eam/repair/EamReportRepairList.vue |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/src/views/eam/repair/EamReportRepairList.vue b/src/views/eam/repair/EamReportRepairList.vue
index b3fe369..75a9c8f 100644
--- a/src/views/eam/repair/EamReportRepairList.vue
+++ b/src/views/eam/repair/EamReportRepairList.vue
@@ -34,7 +34,7 @@
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <a-form-item label="鏄惁鍋滄満">
               <a-radio-group v-model="queryParam.breakdownFlag">
-                <a-radio v-for="item in breakdown_flag_list" :value="item.value">{{ item.label }}</a-radio>
+                <a-radio v-for="item in breakdown_flag_list" :key="item.value" :value="item.value">{{ item.label }}</a-radio>
               </a-radio-group>
             </a-form-item>
           </a-col>
@@ -174,13 +174,22 @@
             align: 'center',
             customRender: function(t, r, index) {
               return parseInt(index) + 1
-            }
+            },
           },
           {
             title: '璁惧缂栧彿',
             align: 'center',
-            dataIndex: 'equipmentId_dictText',
-            width: 200
+            dataIndex: 'equipmentCode',
+          },
+          {
+            title: '璁惧鍚嶇О',
+            align: 'center',
+            dataIndex: 'equipmentName',
+          },
+          {
+            title: '瀹夎浣嶇疆',
+            align: 'center',
+            dataIndex: 'installationPosition',
           },
           {
             title: '鎶ヤ慨鐘舵��',
@@ -261,7 +270,8 @@
           dataIndex: 'action',
           align: 'center',
           scopedSlots: { customRender: 'action' },
-          width: 200
+          width: 200,
+          fixed: 'right',
         }
         this.columns = [...this.columns, operationColumn]
         this.getFaultReasonListByApi()

--
Gitblit v1.9.3