telephone-clients 4.0.0-1-69 → 4.0.0-1-71
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.
- package/package.json +4 -4
- package/src/App.vue +54 -54
- package/src/components/Util/TelImgSelfSafePlus.vue +228 -0
- package/src/components/android/AppWorkHistory.vue +394 -394
- package/src/components/android/ImgArea.vue +115 -115
- package/src/components/pc/NewRepairPaper.vue +9 -9
- package/src/components/workorder/AppInstallationMaterial.vue +497 -497
- package/src/components/workorder/FaultAll.vue +914 -914
- package/src/components/workorder/RepairDetails.vue +644 -644
- package/src/components/workorder/ServiceOnlineQuery.vue +475 -475
- package/src/filiale/meihekou/android/AppWorkHistory.vue +324 -324
- package/src/filiale/meihekou/android/ServiceOnlineQuery.vue +460 -460
- package/src/filiale/yuncheng/android/RepairInfo.vue +163 -163
- package/src/main.js +24 -24
- package/src/telephone-android.js +415 -415
- package/src/telephone.js +4 -0
package/src/telephone.js
CHANGED
|
@@ -654,6 +654,10 @@ export default function(filiale, guoxin) {
|
|
|
654
654
|
Vue.component('img-self-tel', (resolve) => {
|
|
655
655
|
require(['./components/Util/ImgSelfSafePlus'], resolve)
|
|
656
656
|
})
|
|
657
|
+
//和安检一致
|
|
658
|
+
Vue.component('tel-img-self-tel-plus', (resolve) => {
|
|
659
|
+
require(['./components/Util/TelImgSelfSafePlus.vue'], resolve)
|
|
660
|
+
})
|
|
657
661
|
Vue.component('other-charge-list', (resolve) => {
|
|
658
662
|
require(['./components/temp/OtherChargeList'], resolve)
|
|
659
663
|
})
|