safecheck-client 3.0.35-47 → 3.0.35-48
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/src/components/NewDefectList/DefectPaperNew.vue +1079 -1079
- package/src/filiale/dexin/pc/DefectListNew.vue +643 -643
- package/src/filiale/dexin/pc/DefectPaperNew.vue +1066 -1066
- package/src/filiale/dexin/pc.js +13 -13
- package/src/filiale/huaran/pc/PaperList.vue +843 -843
- package/src/filiale/huaran/pc/PlanManage.vue +946 -946
- package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
- package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -1080
- package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
- package/src/filiale/jingyang/android.js +15 -15
- package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
- package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -1053
- package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -1230
- package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
- package/src/filiale/qingtongxia/android.js +14 -14
- package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
- package/src/filiale/ruihua/android.js +11 -11
- package/src/filiale/siyang/android/AppCheckPlan.vue +246 -246
- package/src/filiale/siyang/android.js +15 -15
- package/src/filiale/siyang/pc/CheckBookList.vue +396 -396
- package/src/filiale/siyang/pc.js +22 -22
- package/src/filiale/tianke/pc/DefectListNew.vue +545 -538
- package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
- package/src/main.js +1 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-
|
4
|
+
"version": "3.0.35-48",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -103,13 +103,13 @@
|
|
103
103
|
"sketch-vue3": "^1.0.0",
|
104
104
|
"style": "0.0.3",
|
105
105
|
"style-loader": "^0.20.3",
|
106
|
-
"system-clients": "3.
|
106
|
+
"system-clients": "3.2.82",
|
107
107
|
"system-phone": "1.2.100",
|
108
108
|
"telephone-clients": "1.1.27",
|
109
109
|
"terser-webpack-plugin-legacy": "^1.2.5",
|
110
110
|
"url-loader": "^0.5.7",
|
111
111
|
"vue-amap": "0.5.10",
|
112
|
-
"vue-client": "1.
|
112
|
+
"vue-client": "1.24.74",
|
113
113
|
"vue-hot-reload-api": "^1.2.0",
|
114
114
|
"vue-html-loader": "^1.0.0",
|
115
115
|
"vue-loader": "^8.2.1",
|