Commit 55b3d7f9 authored by 邓超's avatar 邓超

fix: 修改产品配置输入框禁用问题

parent c651493e
Pipeline #44756 passed with stages
in 6 minutes 37 seconds
...@@ -75,7 +75,7 @@ const EditForm = props => { ...@@ -75,7 +75,7 @@ const EditForm = props => {
// }, // },
// ]} // ]}
> >
<Input placeholder="请输入产品名称" allowClear /> <Input placeholder="请输入产品名称" allowClear disabled />
</Item> </Item>
<Item <Item
label="产品说明:" label="产品说明:"
...@@ -88,7 +88,7 @@ const EditForm = props => { ...@@ -88,7 +88,7 @@ const EditForm = props => {
// }, // },
// ]} // ]}
> >
<Input placeholder="请输入产品说明" /> <Input placeholder="请输入产品说明" disabled />
</Item> </Item>
<Item <Item
label="发布状态:" label="发布状态:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment