소스 검색

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into dev

林凡 5 년 전
부모
커밋
568f392add
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/customer/report/index.jsx

+ 1
- 1
src/pages/customer/report/index.jsx 파일 보기

@@ -174,7 +174,7 @@ function body(props) {
174 174
               {getFieldDecorator('sex')(
175 175
                 <Select style={{ width: '180px' }} placeholder="性别" onChange={handleSelectChange}>
176 176
                   <Option value="1">男</Option>
177
-                  <Option value="0">女</Option>
177
+                  <Option value="2">女</Option>
178 178
                 </Select>,
179 179
               )}
180 180
             </Form.Item>