From 958883d6f4dac68fcbbccadb4e7f87e963eee0e8 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 09 七月 2025 12:32:40 +0800
Subject: [PATCH] 新增盘点提取库存后可以删除明细

---
 zy-asrs-flow/src/pages/map/components/device.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/components/device.jsx b/zy-asrs-flow/src/pages/map/components/device.jsx
index d955c04..18477fd 100644
--- a/zy-asrs-flow/src/pages/map/components/device.jsx
+++ b/zy-asrs-flow/src/pages/map/components/device.jsx
@@ -37,7 +37,7 @@
 
 import agv from '/public/img/map/agv.svg'
 import shelf from '/public/img/map/shelf.png'
-import point from '/public/img/map/point.png'
+import point from '/public/img/map/point.svg'
 
 const Device = (props) => {
     const intl = useIntl();
@@ -110,9 +110,11 @@
                             <FormattedMessage id='map.sensor.type.shelf' defaultMessage='璐ф灦' />
                         </div>
                     </Col>
-                    <Col className={styles.mapCol} span={8} >
+                    <Col className={styles.mapCol} span={8}>
                         <Image
                             src={point}
+                            style={{
+                            }}
                             width='50px'
                             preview={false}
                             draggable="true"

--
Gitblit v1.9.1