safecheck-client 3.0.33-gongyi → 3.0.34-gongyi

Sign up to get free protection for your applications and to get access to all the features.
@@ -153,14 +153,14 @@
153
153
  :value.sync="solveModal.uploadData.f_repair_date">
154
154
  </datepicker>
155
155
  </div>
156
- <div v-if="solveModal.preData.type == 'solve'" class="col-sm-12" style="margin-bottom: 10px">
156
+ <!--<div v-if="solveModal.preData.type == 'solve'" class="col-sm-12" style="margin-bottom: 10px">
157
157
  <label class="font_normal_body">处理后图片</label>
158
158
  <avatar-upload :width="200" :height="200" :img-src.sync="solveModal.uploadData.imgSrc" :filename.sync="solveModal.uploadData.filename" v-ref:imginfo></avatar-upload>
159
159
  </div>
160
160
  <div v-if="solveModal.preData.type == 'view' && solveModal.preData.repairedImg" class="col-sm-12" style="margin-bottom: 10px">
161
161
  <label class="font_normal_body">处理后图片</label>
162
162
  <img-self :width="200" :height="200" :src="solveModal.preData.repairedImg"></img-self>
163
- </div>
163
+ </div>-->
164
164
  </div>
165
165
  <div slot="modal-footer" class="modal-footer" style="text-align: center">
166
166
  <button class="button_search" v-if="solveModal.preData.type == 'solve'" @click="ok">确认</button>