safecheck-client 3.0.35-gongyi-13 → 3.0.35-gongyi-14

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.35-gongyi-13",
4
+ "version": "3.0.35-gongyi-14",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -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>