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.
- package/package.json +1 -1
- package/src/components/Util/RightTreeSafe.vue +348 -343
- package/src/components/defect/DefectListWeixiu.vue +2 -2
- package/src/components/defect/DefectPaperWeiXiu.vue +580 -508
- package/src/components/paper/PaperList.vue +24 -0
- package/src/components/pc/CheckBookList.vue +26 -12
- package/src/components/pc/CheckBookManage.vue +910 -903
- package/src/components/planmanage/PlanManage.vue +782 -753
- package/src/components/querycheckpaper/CheckSearchUser.vue +1 -1
- package/src/components/report/CheckPlanAreaList.vue +479 -449
@@ -153,14 +153,14 @@
|
|
153
153
|
:value.sync="solveModal.uploadData.f_repair_date">
|
154
154
|
</datepicker>
|
155
155
|
</div>
|
156
|
-
|
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>
|