From df0d6900ef9a3826ddd5ce8eaa9be36ff67eebf1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 13 三月 2024 13:50:08 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/components/mapSettings.jsx | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/components/mapSettings.jsx b/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
index 98b9dba..4c4ce0d 100644
--- a/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
+++ b/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
@@ -148,10 +148,9 @@
<Row gutter={24}>
<Col span={18}>
<Form.Item
- label={intl.formatMessage({ id: 'map.settings.type', defaultMessage: '绫诲瀷' })}
- labelCol={{ span: 4 }}
+ label={intl.formatMessage({ id: 'map.settings.component', defaultMessage: '缁勪欢' })}
>
- <span>{curSprite?.data?.type}</span>
+ <span>{curSprite?.data?.type}-{curSprite?.data?.uuid}</span>
</Form.Item>
</Col>
</Row>
--
Gitblit v1.9.1