#
zjj
2025-04-17 b0536df735216d89b8a29862a4072ec9715cf682
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',