safecheck-client 3.0.34-83 → 3.0.34-86
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/rongcheng/AddPlanItem.vue +323 -323
- package/src/filiale/bayan/android/AddPlanItem.vue +430 -422
- package/src/filiale/bayan/android/PaperFeedback.vue +1665 -1651
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1377 -1377
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2866 -2889
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +5 -0
- package/src/filiale/xilan/pc/checkUserList.vue +772 -0
- package/src/filiale/xilan/pc.js +12 -0
@@ -243,6 +243,11 @@
|
|
243
243
|
this.$parent.$parent.item.f_plan_meters[0].f_metergasnums || this.$parent.$parent.item.f_plan_meters[0].f_initial_base
|
244
244
|
}}</p>
|
245
245
|
</div>
|
246
|
+
<div class="row">
|
247
|
+
<p class="panel-title col-xs-4 text-left font">上次隐患</p>
|
248
|
+
<p class="panel-title col-xs-8 text-left input-font">
|
249
|
+
{{ this.$parent.$parent.item.f_plan_meters[0].f_defect_text || '无' }}</p>
|
250
|
+
</div>
|
246
251
|
</div>
|
247
252
|
</div>
|
248
253
|
</div>
|