weichaochao 5 anos atrás
pai
commit
d2adde3fba

+ 1
- 1
src/pages/house/raise/add/index.jsx Ver arquivo

@@ -182,7 +182,7 @@ const header = props => {
182 182
           {getFieldDecorator('payDescriptionOffline')(<TextArea placeholder="填写线下缴费时间地点要求" style={{height:'300px'}}></TextArea>)}
183 183
         </Form.Item>
184 184
         <Form.Item label="认筹单注意事项">
185
-          {getFieldDecorator('pay_description')(<Input maxLength={100} placeholder="客户提交认筹单后的注意事项"/>)}
185
+          {getFieldDecorator('raisePrecautions')(<Input maxLength={100} placeholder="客户提交认筹单后的注意事项"/>)}
186 186
         </Form.Item>
187 187
         <Form.Item label="选房协议">
188 188
         {getFieldDecorator('payProtocol')(<Wangedit />)}

+ 1
- 1
src/pages/house/raise/edit/components/base.jsx Ver arquivo

@@ -181,7 +181,7 @@ const Base = props => {
181 181
           {getFieldDecorator('payDescriptionOffline', {initialValue:saleBatchData.payDescriptionOffline})(<TextArea placeholder="填写线下缴费时间地点要求" style={{height:'300px'}}></TextArea>)}
182 182
         </Form.Item>
183 183
         <Form.Item label="认筹单注意事项">
184
-          {getFieldDecorator('payDescription', {initialValue:saleBatchData.payDescription})(<Input maxLength={100} placeholder="客户提交认筹单后的注意事项"/>)}
184
+          {getFieldDecorator('raisePrecautions', {initialValue:saleBatchData.payDescription})(<Input maxLength={100} placeholder="客户提交认筹单后的注意事项"/>)}
185 185
         </Form.Item>
186 186
         <Form.Item label="选房协议">
187 187
         {getFieldDecorator('payProtocol', {initialValue:saleBatchData.payProtocol})(<Wangedit />)}