safecheck-client 3.0.33-80 → 3.0.33-81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.33-
|
4
|
+
"version": "3.0.33-81",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -252,7 +252,7 @@ export default {
|
|
252
252
|
"累购金额": { "index": 8, "type": "number", "readonly": true },
|
253
253
|
"已用气量": { "index": 9, "type": "number", "checkmust": false },//基表数
|
254
254
|
"已用金额": { "index": 9, "type": "number", "checkmust": false },
|
255
|
-
"机械读数": { "index": 10, "type": "number", "checkmust":
|
255
|
+
"机械读数": { "index": 10, "type": "number", "checkmust": true },
|
256
256
|
"电子读数": { "index": 12, "type": "number", "checkmust": false },
|
257
257
|
"剩余气量": { "index": 11, "type": "number", "checkmust": false },//累购-已用
|
258
258
|
//显示屏数 --实际剩余气量
|