From b0536df735216d89b8a29862a4072ec9715cf682 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 17 四月 2025 10:45:01 +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