Commit 2caa7087 authored by 皮倩雯's avatar 皮倩雯

fix: '形态配置'

parent de90d97d
Pipeline #53220 waiting for manual action with stages
...@@ -1861,7 +1861,7 @@ const AddModal = props => { ...@@ -1861,7 +1861,7 @@ const AddModal = props => {
label="可选值" label="可选值"
name="Config" name="Config"
labelCol={{ span: 3 }} labelCol={{ span: 3 }}
rules={[{ required: true, message: '请输入表名' }]} // rules={[{ required: true, message: '请输入表名' }]}
> >
<TextArea <TextArea
allowClear allowClear
...@@ -1972,7 +1972,7 @@ const AddModal = props => { ...@@ -1972,7 +1972,7 @@ const AddModal = props => {
label="配置" label="配置"
name="Config" name="Config"
labelCol={{ span: 3 }} labelCol={{ span: 3 }}
rules={[{ required: true, message: '请输入数据字典名称' }]} // rules={[{ required: true, message: '请输入数据字典名称' }]}
> >
<TextArea <TextArea
allowClear allowClear
...@@ -1989,7 +1989,7 @@ const AddModal = props => { ...@@ -1989,7 +1989,7 @@ const AddModal = props => {
label="数据字典名称" label="数据字典名称"
name="Config" name="Config"
labelCol={{ span: 5 }} labelCol={{ span: 5 }}
rules={[{ required: true, message: '请输入数据字典名称' }]} // rules={[{ required: true, message: '请输入数据字典名称' }]}
> >
<Input <Input
allowClear allowClear
......
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