From 11e9c8a8bcc15f38b71b404dbda743f8248c9d02 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 13 三月 2024 14:25:45 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/components/configSettings.jsx | 33 ++++++++++++++++----------------- 1 files changed, 16 insertions(+), 17 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/components/configSettings.jsx b/zy-asrs-flow/src/pages/map/components/configSettings.jsx index 07a5a7b..453d0a0 100644 --- a/zy-asrs-flow/src/pages/map/components/configSettings.jsx +++ b/zy-asrs-flow/src/pages/map/components/configSettings.jsx @@ -86,7 +86,7 @@ span: 4, }} wrapperCol={{ - span: 14, + span: 20, }} > @@ -109,22 +109,6 @@ {curSprite?.data?.type === Utils.SENSOR_TYPE.SHELF && ( <> - <Form.Item - name='shelfNo' - label={intl.formatMessage({ id: 'map.settings.shelf.no', defaultMessage: '璐ф灦鍙�' })} - rules={[ - { - required: true, - }, - ]} - > - <Input - style={{ - width: '50%', - }} - disabled - /> - </Form.Item> <Form.Item name='row' label={intl.formatMessage({ id: 'map.settings.shelf.row', defaultMessage: '鎺�' })} @@ -155,6 +139,21 @@ }} /> </Form.Item> + <Form.Item + name='shelfNo' + label={intl.formatMessage({ id: 'map.settings.shelf.no', defaultMessage: '璐ф灦鍙�' })} + rules={[ + { + required: true, + }, + ]} + > + <Input + style={{ + width: '50%', + }} + /> + </Form.Item> </> )} -- Gitblit v1.9.1