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/deviceDataLog/index.jsx |  108 +++++++++++++++++++++++++++--------------------------
 1 files changed, 55 insertions(+), 53 deletions(-)

diff --git a/zy-asrs-flow/src/pages/log/deviceDataLog/index.jsx b/zy-asrs-flow/src/pages/log/deviceDataLog/index.jsx
index 51c934d..da63720 100644
--- a/zy-asrs-flow/src/pages/log/deviceDataLog/index.jsx
+++ b/zy-asrs-flow/src/pages/log/deviceDataLog/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,
@@ -114,6 +114,60 @@
             dataIndex: 'index',
             valueType: 'indexBorder',
             width: 48,
+        },
+        {
+            title: '璁惧绫诲瀷',
+            dataIndex: 'type',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            filterDropdown: (props) => <TextFilter
+                name='type'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '璁惧鍙�',
+            dataIndex: 'deviceNo',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            filterDropdown: (props) => <TextFilter
+                name='deviceNo'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '婧愭暟鎹�',
+            dataIndex: 'originData',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            ellipsis: true,
+            filterDropdown: (props) => <TextFilter
+                name='originData'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
+        },
+        {
+            title: '婧愭暟鎹В鏋愬悗寰楀埌鐨剋cs鏁版嵁',
+            dataIndex: 'wcsData',
+            valueType: 'text',
+            hidden: false,
+            width: 140,
+            ellipsis: true,
+            filterDropdown: (props) => <TextFilter
+                name='wcsData'
+                {...props}
+                actionRef={actionRef}
+                setSearchParam={setSearchParam}
+            />,
         },
         {
             title: '缂栧彿',
@@ -234,58 +288,6 @@
             width: 140,
             filterDropdown: (props) => <TextFilter
                 name='memo'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '璁惧绫诲瀷',
-            dataIndex: 'type',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='type'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '璁惧鍙�',
-            dataIndex: 'deviceNo',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='deviceNo'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '婧愭暟鎹�',
-            dataIndex: 'originData',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='originData'
-                {...props}
-                actionRef={actionRef}
-                setSearchParam={setSearchParam}
-            />,
-        },
-        {
-            title: '婧愭暟鎹В鏋愬悗寰楀埌鐨剋cs鏁版嵁',
-            dataIndex: 'wcsData',
-            valueType: 'text',
-            hidden: false,
-            width: 140,
-            filterDropdown: (props) => <TextFilter
-                name='wcsData'
                 {...props}
                 actionRef={actionRef}
                 setSearchParam={setSearchParam}

--
Gitblit v1.9.1