zjj
2025-02-17 019a83b893a4d6c6f939f7162b96b188470202bf
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',