safecheck-client 3.0.34-gongyi → 3.0.35-gongyi
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/src/components/android/AreaPlan.vue +503 -503
- package/src/components/android/CurrentCreate.vue +972 -970
- package/src/components/pc/CheckBookList.vue +29 -22
- package/src/components/pc/NewCheckpaper.vue +27 -0
- package/src/components/planmanage/PlanManage.vue +1 -1
- package/src/components/querycheckpaper/CheckSearchUser.vue +1 -1
- package/src/components/report/CheckPlanAreaList.vue +19 -3
- package/src/components/report/CheckPlanUserList.vue +217 -216
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.
|
4
|
+
"version": "3.0.35-gongyi",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"sinon-chai": "^2.8.0",
|
93
93
|
"style": "0.0.3",
|
94
94
|
"style-loader": "^0.20.3",
|
95
|
-
"system-clients": "3.
|
95
|
+
"system-clients": "3.2.1-25",
|
96
96
|
"system-phone": "1.2.80-35",
|
97
97
|
"telephone-clients": "1.1.27",
|
98
98
|
"url-loader": "^0.5.7",
|