|
|
@@ -146,7 +146,10 @@ const PushFrom = (props) => { |
|
|
|
选择设备: |
|
|
|
<Select |
|
|
|
|
|
|
|
allowClear |
|
|
|
allowClear showSearch optionFilterProp="children" filterOption={(input, option) => (option?.label ?? '').includes(input)} |
|
|
|
filterSort={(optionA, optionB) => |
|
|
|
(optionA?.label ?? '').toLowerCase().localeCompare((optionB?.label ?? '').toLowerCase()) |
|
|
|
} |
|
|
|
style={{width: '60%'}} |
|
|
|
placeholder="请选择要下发设备" |
|
|
|
onChange={handleChange} |
|
|
|