|
@@ -2568,6 +2568,12 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
>
|
|
>
|
|
<span>{theInformation.email}</span>
|
|
<span>{theInformation.email}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
|
|
+ <FormItem className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="咨询费用"
|
|
|
|
+ >
|
|
|
|
+ <span>{theInformation.consultationPrice}</span>
|
|
|
|
+ </FormItem>
|
|
<div className='clearfix'>
|
|
<div className='clearfix'>
|
|
<FormItem
|
|
<FormItem
|
|
labelCol={{ span: 4 }}
|
|
labelCol={{ span: 4 }}
|