fix:修改alertMessage 值为时间的时候显示不正常的问题
This commit is contained in:
@@ -414,10 +414,10 @@ function timeCompute(value,unit,dot=0){
|
||||
}
|
||||
|
||||
function timeFormat34(value) {
|
||||
return bus.timeFormate(value, "yyyy-MM-dd hh:mm:ss");
|
||||
return bus.timeFormate(parseInt(value), "yyyy-MM-dd hh:mm:ss");
|
||||
}
|
||||
function timeFormat35(value) {
|
||||
return bus.timeFormate(value, "MM/dd/yyyy h:mm:ss a");
|
||||
return bus.timeFormate(parseInt(value), "MM/dd/yyyy h:mm:ss a");
|
||||
}
|
||||
//unit转化配置信息
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user