From 500324b1af1b752a982b8a5d9f03797240c2404c Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 28 五月 2025 12:56:48 +0800
Subject: [PATCH] art: 设备管理-故障报修-增加设备名称、安装位置信息

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

diff --git a/src/views/eam/repair/EamReportRepairList.vue b/src/views/eam/repair/EamReportRepairList.vue
index b3fe369..1c73ccd 100644
--- a/src/views/eam/repair/EamReportRepairList.vue
+++ b/src/views/eam/repair/EamReportRepairList.vue
@@ -174,13 +174,25 @@
             align: 'center',
             customRender: function(t, r, index) {
               return parseInt(index) + 1
-            }
+            },
+            fixed: 'left',
           },
           {
             title: '璁惧缂栧彿',
             align: 'center',
-            dataIndex: 'equipmentId_dictText',
-            width: 200
+            dataIndex: 'equipmentCode',
+            fixed: 'left',
+          },
+          {
+            title: '璁惧鍚嶇О',
+            align: 'center',
+            dataIndex: 'equipmentName',
+            fixed: 'left',
+          },
+          {
+            title: '瀹夎浣嶇疆',
+            align: 'center',
+            dataIndex: 'installationPosition',
           },
           {
             title: '鎶ヤ慨鐘舵��',
@@ -261,7 +273,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