safecheck-client 3.0.34-92 → 3.0.34-93
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/AddPlanItemYy.vue +451 -451
- package/src/components/android/examples/SafeListExamples.vue +296 -279
- package/src/components/android/examples/UserExamples.vue +137 -137
- package/src/filiale/bayan/android/PaperFeedback.vue +4 -0
- package/src/filiale/bayan/pc/NewCheckpaper.vue +50 -46
- package/src/filiale/shanxian/android/AddPlanItem.vue +447 -447
- package/src/filiale/shanxian/android.js +18 -18
- package/src/filiale/shanxian/pc/PaperList.vue +785 -785
- package/src/filiale/shanxian/pc/SelectCheckPlan.vue +303 -303
- package/src/filiale/shanxian/pc.js +20 -20
- package/src/filiale/siyang/android/AddPlanItem.vue +450 -450
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +2 -2
- package/src/filiale/tongchuan/pc/checkUserList.vue +30 -0
- package/src/filiale/xilan/android/AddPlanItem.vue +457 -457
- package/src/filiale/xilan/android/CurrentCreate.vue +1060 -1060
- package/src/filiale/xilan/android.js +11 -11
- package/src/main.js +33 -33
- package/src/safecheck-android.js +307 -307
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.34-
|
4
|
+
"version": "3.0.34-93",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|