From 6a5e440f1f91535b901f856b56d27cfe36840813 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 11 十二月 2024 16:41:53 +0800
Subject: [PATCH] #path similarity

---
 zy-asrs-flow/src/pages/deviceManage/basShuttle/index.jsx |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/zy-asrs-flow/src/pages/deviceManage/basShuttle/index.jsx b/zy-asrs-flow/src/pages/deviceManage/basShuttle/index.jsx
index 1215082..6032472 100644
--- a/zy-asrs-flow/src/pages/deviceManage/basShuttle/index.jsx
+++ b/zy-asrs-flow/src/pages/deviceManage/basShuttle/index.jsx
@@ -159,19 +159,6 @@
             />,
         },
         {
-            title: '鏆傚瓨搴撲綅',
-            dataIndex: 'idleLoc',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='idleLoc'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
             title: '鑷姩鍏呯數',
             dataIndex: 'autoCharge',
             valueType: 'text',
@@ -277,6 +264,19 @@
                 setSearchParam={setSearchParam}
             />,
         },
+        {
+            title: '灏忚溅绂佺敤妤煎眰',
+            dataIndex: 'disableLev',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            filterDropdown: (props) => <TextFilter
+                name='disableLev'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
 
         {
             title: '鎿嶄綔',

--
Gitblit v1.9.1