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

---
 zy-asrs-flow/src/pages/log/basShuttleOpt/index.jsx |  143 ++++++++++++++++++++++++-----------------------
 1 files changed, 73 insertions(+), 70 deletions(-)

diff --git a/zy-asrs-flow/src/pages/log/basShuttleOpt/index.jsx b/zy-asrs-flow/src/pages/log/basShuttleOpt/index.jsx
index ef6663c..20af26e 100644
--- a/zy-asrs-flow/src/pages/log/basShuttleOpt/index.jsx
+++ b/zy-asrs-flow/src/pages/log/basShuttleOpt/index.jsx
@@ -1,6 +1,6 @@
 
 import React, { useState, useRef, useEffect } from 'react';
-import { Button, message, Modal, Tag  } from 'antd';
+import { Button, message, Modal, Tag } from 'antd';
 import {
     FooterToolbar,
     PageContainer,
@@ -168,6 +168,78 @@
             />,
         },
         {
+            title: '鍛戒护',
+            dataIndex: 'command',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            ellipsis: true,
+            filterDropdown: (props) => <TextFilter
+                name='command'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '绯荤粺鐘舵��',
+            dataIndex: 'systemStatus',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            ellipsis: true,
+            filterDropdown: (props) => <TextFilter
+                name='systemStatus'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '涓嬪彂鐘舵��',
+            dataIndex: 'send$',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            filterDropdown: (props) => <SelectFilter
+                name='send'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+                data={[
+                    { label: '鏈笅鍙�', value: 0 },
+                    { label: '宸蹭笅鍙�', value: 1 },
+                ]}
+            />,
+        },
+        {
+            title: '璇锋眰鍝嶅簲',
+            dataIndex: 'response',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            ellipsis: true,
+            filterDropdown: (props) => <TextFilter
+                name='response'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '璁惧宸ヤ綔鍙�',
+            dataIndex: 'deviceWrk',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            filterDropdown: (props) => <TextFilter
+                name='deviceWrk'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
             title: '璧风偣搴撲綅',
             dataIndex: 'sourceLocNo',
             valueType: 'text',
@@ -228,75 +300,6 @@
             width: 140,
             filterDropdown: (props) => <TextFilter
                 name='memo'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '鍛戒护',
-            dataIndex: 'command',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='command'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '绯荤粺鐘舵��',
-            dataIndex: 'systemStatus',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='systemStatus'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '涓嬪彂鐘舵��',
-            dataIndex: 'send$',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <SelectFilter
-                name='send'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-                data={[
-                    { label: '鏈笅鍙�', value: 0 },
-                    { label: '宸蹭笅鍙�', value: 1 },
-                ]}
-            />,
-        },
-        {
-            title: '璇锋眰鍝嶅簲',
-            dataIndex: 'response',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='response'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '璁惧宸ヤ綔鍙�',
-            dataIndex: 'deviceWrk',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='deviceWrk'
                 {...props}
                 actionRef={actionRef}
                 setSearchParam={setSearchParam}

--
Gitblit v1.9.1