safecheck-client 4.0.1-2 → 4.0.1-4
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.
@@ -1943,6 +1943,7 @@
|
|
1943
1943
|
this.config["燃气表"]["items"]["初始表底"]["isshow"] = false
|
1944
1944
|
this.config["燃气表"]["items"]["已用气量"]["isshow"] = true
|
1945
1945
|
this.config["燃气表"]["items"]["剩余气量"]["isshow"] = true
|
1946
|
+
this.config["燃气表"]["items"]["剩余气量"]["readonly"] = false
|
1946
1947
|
this.config["燃气表"]["items"]["气量异常差值"]["isshow"] = true
|
1947
1948
|
this.config["燃气表"]["items"]["累购气量"]["isshow"] = true
|
1948
1949
|
} else {
|
@@ -1953,6 +1954,7 @@
|
|
1953
1954
|
this.config["燃气表"]["items"]["累购气量"]["isshow"] = true
|
1954
1955
|
this.config["燃气表"]["items"]["已用气量"]["isshow"] = true
|
1955
1956
|
this.config["燃气表"]["items"]["剩余气量"]["isshow"] = true
|
1957
|
+
this.config["燃气表"]["items"]["剩余气量"]["readonly"] = false
|
1956
1958
|
this.config["燃气表"]["items"]["气量异常差值"]["isshow"] = true
|
1957
1959
|
}
|
1958
1960
|
},
|