From f786be09c7ed79c8887ec413ac19e1caa08a16e7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 14 三月 2024 16:27:16 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/components/configSettings.jsx | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/components/configSettings.jsx b/zy-asrs-flow/src/pages/map/components/configSettings.jsx index 67b9487..f1e5220 100644 --- a/zy-asrs-flow/src/pages/map/components/configSettings.jsx +++ b/zy-asrs-flow/src/pages/map/components/configSettings.jsx @@ -81,6 +81,7 @@ curSprite.data.bay = values.bay; break; case Utils.SENSOR_TYPE.AGV: + curSprite.data.no = values.no; // * break; default: break; @@ -125,7 +126,7 @@ <span>{curSprite?.data?.type}</span> </Form.Item> <Form.Item - label={intl.formatMessage({ id: 'map.settings.uuid', defaultMessage: '缂栧彿' })} + label={intl.formatMessage({ id: 'map.settings.uuid', defaultMessage: '鍦板浘鍙�' })} > <span>{curSprite?.data?.uuid}</span> </Form.Item> @@ -168,25 +169,26 @@ }} /> </Form.Item> - <Form.Item - name='no' - label={intl.formatMessage({ id: 'map.settings.shelf.no', defaultMessage: '璐ф灦鍙�' })} - rules={[ - { - required: false, - }, - ]} - > - <Input - style={{ - width: '50%', - }} - /> - </Form.Item> </> )} <Form.Item + name='no' + label={intl.formatMessage({ id: 'map.settings.no', defaultMessage: '缂栧彿' })} + rules={[ + { + required: false, + }, + ]} + > + <Input + style={{ + width: '50%', + }} + /> + </Form.Item> + + <Form.Item wrapperCol={{ offset: 4, span: 16, -- Gitblit v1.9.1