feat(设备状态): 添加空闲状态并更新UI样式

- 在设备状态映射中添加空闲状态及其颜色配置
- 移除盘点按钮的图标以简化界面
- 更新设备详情模态框的背景渐变颜色
This commit is contained in:
zhang1106
2026-03-25 09:16:57 +08:00
parent 4e8d9be864
commit 6ebcb3f870
3 changed files with 3 additions and 6 deletions
@@ -854,11 +854,7 @@ const InventoryTaskExecution = () => {
</Tooltip>
</>
) : null}
<Button
type="link"
icon={<ScanOutlined />}
onClick={() => handleCheck(record)}
>
<Button type="link" onClick={() => handleCheck(record)}>
盘点
</Button>
</Space>