liting2017 7 年之前
父節點
當前提交
03fce80aab
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      js/component/manageCenter/customer/individualCustomer/queryCustomer.jsx

+ 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 }}