Commit 4c5d07f8 authored by yzl's avatar yzl

修改添加bug

parent 8bee590f
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
<Form.Item label="问题附件截图" required> <Form.Item label="问题附件截图" required>
<div className='helpUploadBox' style={{marginLeft: 20}}> <div className='helpUploadBox' style={{marginLeft: 20}}>
<Upload <Upload
action={false} action={return false}
showCount showCount
maxLength={4} maxLength={4}
className='helpUploadImg' className='helpUploadImg'
...@@ -359,10 +359,10 @@ ...@@ -359,10 +359,10 @@
</div> </div>
</Form.Item> </Form.Item>
<Form.Item label="您的姓名" name="您的姓名" labelAlign="right" required> <Form.Item label="您的姓名" name="姓名" labelAlign="right" required>
<Input style={{width: 300,marginLeft: 20}} placeholder="请输入您的姓名"/> <Input style={{width: 300,marginLeft: 20}} placeholder="请输入您的姓名"/>
</Form.Item> </Form.Item>
<Form.Item label="您的电话" name="您的电话" required> <Form.Item label="您的电话" name="联系方式" required>
<Input style={{width: 300,marginLeft: 20}} placeholder="请输入您的电话"/> <Input style={{width: 300,marginLeft: 20}} placeholder="请输入您的电话"/>
</Form.Item> </Form.Item>
<Modal visible={modelfileList.previewVisible} footer={null} onCancel={onhandleCancel} <Modal visible={modelfileList.previewVisible} footer={null} onCancel={onhandleCancel}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment