safecheck-client 3.0.35-56 → 3.0.35-58
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/pc/NewCheckpaper.vue +1998 -1998
- package/src/components/pc/SecurityCheckLedger.vue +20 -10
- package/src/components/pc/SecurityCheckManage.vue +12 -5
- package/src/components/pc/SecurityCheckUser.vue +440 -0
- package/src/components/userfile/InfoModifyModal.vue +1 -0
- package/src/components/userfile/UserInfoAudit.vue +2 -0
- package/src/components/userfile/UserinfoModify.vue +6 -0
- package/src/filiale/minsheng/android/PhoneUpUserinfo.vue +18 -1
- package/src/filiale/rizhao/pc/NewCheckpaper.vue +1351 -1351
- package/src/filiale/siyang/pc/PlanManage.vue +26 -16
- package/src/safecheck.js +3 -0
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-58",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|