From f43b508dda7334487a1640b0bbd908d7b3aa3cb6 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期二, 15 十月 2024 13:14:28 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/deviceManage/basShuttle/components/edit.jsx | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/zy-asrs-flow/src/pages/deviceManage/basShuttle/components/edit.jsx b/zy-asrs-flow/src/pages/deviceManage/basShuttle/components/edit.jsx index 8cec89c..c5c0f9a 100644 --- a/zy-asrs-flow/src/pages/deviceManage/basShuttle/components/edit.jsx +++ b/zy-asrs-flow/src/pages/deviceManage/basShuttle/components/edit.jsx @@ -87,9 +87,10 @@ fieldProps={{ precision: 0 }} /> <ProFormText - name="idleLoc" - label="鏆傚瓨搴撲綅" + name="disableLev" + label="灏忚溅绂佺敤妤煎眰" colProps={{ md: 12, xl: 12 }} + fieldProps={{ precision: 0 }} /> </ProForm.Group> <ProForm.Group> @@ -155,14 +156,6 @@ <ProFormDigit name="runSpeed" label="灏忚溅杩愯閫熷害" - colProps={{ md: 12, xl: 12 }} - fieldProps={{ precision: 0 }} - /> - </ProForm.Group> - <ProForm.Group> - <ProFormText - name="disableLev" - label="灏忚溅绂佺敤妤煎眰" colProps={{ md: 12, xl: 12 }} fieldProps={{ precision: 0 }} /> -- Gitblit v1.9.1