doway-coms 2.11.69 → 2.11.70
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
|
@@ -444,7 +444,7 @@ export function secondDisplayTime(value) {
|
|
|
444
444
|
export function gridDefaultValueDisplay(rowInfo,colInfo){
|
|
445
445
|
|
|
446
446
|
//获取全局配置,数字是否显示小数点补零
|
|
447
|
-
let girdNumberPointZero =
|
|
447
|
+
let girdNumberPointZero = 0
|
|
448
448
|
if(store.getters.baseSetting && store.getters.baseSetting.pointZero){
|
|
449
449
|
girdNumberPointZero = XEUtils.toInteger(store.getters.baseSetting.pointZero)
|
|
450
450
|
}
|