#
Junjie
2024-12-12 4ca8300ed73932bb683d4fb6d76053e6583f56b9
#
1个文件已修改
13 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/deviceConfig/device/index.jsx 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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',