From a9fc939a0b0e2b49178ff080480ec84ccbfbcf78 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 02 六月 2025 10:02:18 +0800
Subject: [PATCH] art: 设备管理-报修列表调整

---
 src/views/eam/repair/EamReportRepairList.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/views/eam/repair/EamReportRepairList.vue b/src/views/eam/repair/EamReportRepairList.vue
index b3fe369..143e8a3 100644
--- a/src/views/eam/repair/EamReportRepairList.vue
+++ b/src/views/eam/repair/EamReportRepairList.vue
@@ -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