init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | <label> </label> | 21 | <label> </label> |
| 22 | <span class="form-control select-box"> | 22 | <span class="form-control select-box"> |
| 23 | <select class="select" name="houseAddressHasReal" size="1"> | 23 | <select class="select" name="houseAddressHasReal" size="1"> |
| 24 | <option>是否真实</option> | 24 | <option value="">是否真实</option> |
| 25 | <option value="1">真实</option> | 25 | <option value="1">真实</option> |
| 26 | <option value="0">不真实</option> | 26 | <option value="0">不真实</option> |
| 27 | </select> | 27 | </select> |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | <label> </label> | 38 | <label> </label> |
| 39 | <span class="form-control select-box"> | 39 | <span class="form-control select-box"> |
| 40 | <select class="select" size="1" name="nowAddressHasReal"> | 40 | <select class="select" size="1" name="nowAddressHasReal"> |
| 41 | <option>是否真实</option> | 41 | <option value="">是否真实</option> |
| 42 | <option value="1">真实</option> | 42 | <option value="1">真实</option> |
| 43 | <option value="2">不真实</option> | 43 | <option value="2">不真实</option> |
| 44 | </select> | 44 | </select> | ... | ... |
-
Please register or sign in to post a comment