From 9977d3d45dffa91f4b885c6fa141a1f800d92c52 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 24 三月 2025 13:28:32 +0800
Subject: [PATCH] MDC选择车间树更新

---
 src/views/eam/equipment/EamEquipmentList.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue
index 2c13c29..ed6bece 100644
--- a/src/views/eam/equipment/EamEquipmentList.vue
+++ b/src/views/eam/equipment/EamEquipmentList.vue
@@ -138,7 +138,8 @@
           align: 'center',
           customRender: function(t, r, index) {
             return parseInt(index) + 1
-          }
+          },
+          fixed: 'left',
         },
         {
           title: '璁惧缂栧彿',
@@ -176,7 +177,7 @@
           dataIndex: 'operationSystem'
         },
         {
-          title: '浣跨敤閮ㄩ棬',
+          title: '浣跨敤杞﹂棿',
           align: 'center',
           width : 100,
           dataIndex: 'orgId'

--
Gitblit v1.9.3