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

fix: '形态配置'

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