safecheck-client 3.0.34-1 → 3.0.34-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/ImgSelfAndroid.vue +181 -181
  3. package/src/components/android/SafePlanItem.vue +509 -509
  4. package/src/components/safecheckNew/android/SafecheckOrderV.vue +2731 -2731
  5. package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
  6. package/src/filiale/baiyin/android.js +10 -10
  7. package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
  8. package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
  9. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  10. package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
  11. package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
  12. package/src/filiale/baiyin/pc/PaperList.vue +790 -790
  13. package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
  14. package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
  15. package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
  16. package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
  17. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
  18. package/src/filiale/jiaxian/android.js +10 -10
  19. package/src/filiale/jiaxian/pc.js +12 -12
  20. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
  21. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  22. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -2696
  23. package/src/filiale/siyang/pc/NewCheckpaper.vue +1938 -1938
  24. package/src/filiale/siyang/pc/checkUserList.vue +786 -786
  25. package/src/filiale/siyang/pc.js +16 -16
  26. package/src/filiale/weinan/android/SafecheckDevices.vue +1295 -1295
  27. package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
  28. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
  29. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
  30. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
  31. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2845 -2845
  32. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  33. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +269 -269
  34. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
  35. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1128 -1077
  36. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +29 -1
  37. package/src/filiale/yangchunboneng/pc/PaperList.vue +773 -744
  38. package/src/filiale/yuansheng/android/SwitchValve.vue +322 -322
  39. package/src/filiale/yuansheng/android.js +17 -17
  40. package/src/main.js +1 -1
@@ -1,10 +1,10 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- // 手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'android-defect-deal': (resolve) => { require(['./android/AndroidDefectDeal'], resolve) },
7
- }
8
-
9
- exports.specialComp = specialComp
10
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ // 手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'android-defect-deal': (resolve) => { require(['./android/AndroidDefectDeal'], resolve) },
7
+ }
8
+
9
+ exports.specialComp = specialComp
10
+