From 2c199d0419c285c4131ae07deba87dc5ce56bff3 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期三, 04 六月 2025 11:15:29 +0800
Subject: [PATCH] 设备监控-列表添加状态查询条件

---
 src/views/eam/repair/EamReportRepairList.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/views/eam/repair/EamReportRepairList.vue b/src/views/eam/repair/EamReportRepairList.vue
index 1c73ccd..143e8a3 100644
--- a/src/views/eam/repair/EamReportRepairList.vue
+++ b/src/views/eam/repair/EamReportRepairList.vue
@@ -175,19 +175,16 @@
             customRender: function(t, r, index) {
               return parseInt(index) + 1
             },
-            fixed: 'left',
           },
           {
             title: '璁惧缂栧彿',
             align: 'center',
             dataIndex: 'equipmentCode',
-            fixed: 'left',
           },
           {
             title: '璁惧鍚嶇О',
             align: 'center',
             dataIndex: 'equipmentName',
-            fixed: 'left',
           },
           {
             title: '瀹夎浣嶇疆',

--
Gitblit v1.9.3