|
@@ -108,7 +108,7 @@ class TableForm extends React.Component {
|
|
)(<Input />)}
|
|
)(<Input />)}
|
|
</Form.Item>
|
|
</Form.Item>
|
|
<Form.Item label="电话号码">
|
|
<Form.Item label="电话号码">
|
|
- {getFieldDecorator('telPhone',config(telPhone,[{required: true,message: '请输入号码!',}])
|
|
|
|
|
|
+ {getFieldDecorator('telPhone',config(telPhone,[{required: false,message: '请输入号码!',}])
|
|
)(<Input />)}
|
|
)(<Input />)}
|
|
</Form.Item>
|
|
</Form.Item>
|
|
{/* <Form.Item label="绑定单位"
|
|
{/* <Form.Item label="绑定单位"
|