| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <!-- 身份证正反面照片 --> |
| | | <el-form-item class="optionItems" label="身份证正反面照片:" prop="positive"> |
| | | <el-form-item class="optionItems" label="身份证正、反面照片:" prop="positive"> |
| | | <template> |
| | | <div class="idcard"> |
| | | <el-upload class="upload-demo" :show-file-list="false" |
| | |
| | | </el-form-item> |
| | | <el-form-item class="optionItems" label="违法建设长、宽、高:" prop="buildingLength"> |
| | | <div class="area"> |
| | | <el-input placeholder="单位米" v-model="ill.buildingLength"></el-input> |
| | | <el-input placeholder="单位米" v-model="ill.buildingWidth"></el-input> |
| | | <el-input placeholder="单位米" v-model="ill.buildingHigh"></el-input> |
| | | <el-input placeholder="长 单位米" v-model="ill.buildingLength"></el-input> |
| | | <el-input placeholder="宽 单位米" v-model="ill.buildingWidth"></el-input> |
| | | <el-input placeholder="高 单位米" v-model="ill.buildingHigh"></el-input> |
| | | </div> |
| | | </el-form-item> |
| | | <el-form-item class="optionItems" label="违法建设面积:" prop="buildingArea"> |
| | |
| | | }, |
| | | handleSuccess(res, file, filelist) { |
| | | const baseUrl = 'http://140.143.152.226:8410/'; |
| | | console.log(res); |
| | | this.ill.positive = baseUrl + res.data.url1; |
| | | |
| | | }, |
| | | handleSuccess2(res, file, filelist) { |
| | | const baseUrl = 'http://140.143.152.226:8410/'; |
| | | console.log(res); |
| | | this.ill.negative = baseUrl + res.data.url1; |
| | | } |
| | | }, |