safecheck-client 3.0.35-51 → 3.0.35-53
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/android/SafecheckDevices.vue +1298 -1298
- package/src/components/android/SafecheckOrderV.vue +2278 -2278
- package/src/components/pc/NewCheckpaper.vue +1998 -1998
- package/src/filiale/bayan/android/AddPlanItem.vue +450 -450
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3343 -3340
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +791 -778
- package/src/filiale/weinan/pc/PaperList.vue +687 -674
- package/src/filiale/xilan/pc/PaperList.vue +795 -795
- package/src/filiale/xilan/pc.js +13 -13
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
package/src/filiale/xilan/pc.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
// 分公司特殊组件页面注册
|
2
|
-
import Vue from "vue";
|
3
|
-
|
4
|
-
//手机特殊目录注册到该文件中
|
5
|
-
let specialComp = {
|
6
|
-
'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
|
7
|
-
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) }
|
8
|
-
}
|
9
|
-
exports.specialComp = specialComp
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
1
|
+
// 分公司特殊组件页面注册
|
2
|
+
import Vue from "vue";
|
3
|
+
|
4
|
+
//手机特殊目录注册到该文件中
|
5
|
+
let specialComp = {
|
6
|
+
'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
|
7
|
+
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) }
|
8
|
+
}
|
9
|
+
exports.specialComp = specialComp
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|