feat(设备状态): 添加空闲状态并更新UI样式
- 在设备状态映射中添加空闲状态及其颜色配置 - 移除盘点按钮的图标以简化界面 - 更新设备详情模态框的背景渐变颜色
This commit is contained in:
@@ -854,11 +854,7 @@ const InventoryTaskExecution = () => {
|
||||
</Tooltip>
|
||||
</>
|
||||
) : null}
|
||||
<Button
|
||||
type="link"
|
||||
icon={<ScanOutlined />}
|
||||
onClick={() => handleCheck(record)}
|
||||
>
|
||||
<Button type="link" onClick={() => handleCheck(record)}>
|
||||
盘点
|
||||
</Button>
|
||||
</Space>
|
||||
|
||||
Reference in New Issue
Block a user