From ea1497cbb477825522c79cff1b7e1f2e96003ad2 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 02 六月 2025 08:58:58 +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