From 4ca8300ed73932bb683d4fb6d76053e6583f56b9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 12 十二月 2024 12:34:31 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/deviceConfig/device/index.jsx |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/deviceConfig/device/index.jsx b/zy-asrs-flow/src/pages/deviceConfig/device/index.jsx
index 9297c7d..88254ba 100644
--- a/zy-asrs-flow/src/pages/deviceConfig/device/index.jsx
+++ b/zy-asrs-flow/src/pages/deviceConfig/device/index.jsx
@@ -116,6 +116,19 @@
             width: 48,
         },
         {
+          title: 'ID',
+          dataIndex: 'id',
+          valueType: 'text',
+          hidden: false,
+          width: 140,
+          filterDropdown: (props) => <TextFilter
+            name='uuid'
+            {...props}
+            actionRef={actionRef}
+            setSearchParam={setSearchParam}
+          />,
+        },
+        {
             title: '缂栧彿',
             dataIndex: 'uuid',
             valueType: 'text',

--
Gitblit v1.9.1