liting2017 7 years ago
parent
commit
03fce80aab

+ 6 - 0
js/component/manageCenter/customer/individualCustomer/queryCustomer.jsx

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