NEZ-1688 fix:选择图表显示单位时,选择时间单位显示格式出错
This commit is contained in:
@@ -421,7 +421,7 @@ function timeFormat34 (value) {
|
|||||||
return bus.timeFormate(parseInt(value), 'YYYY-MM-DD HH:mm:ss')
|
return bus.timeFormate(parseInt(value), 'YYYY-MM-DD HH:mm:ss')
|
||||||
}
|
}
|
||||||
function timeFormat35 (value) {
|
function timeFormat35 (value) {
|
||||||
return bus.timeFormate(parseInt(value), 'MM/DD/yyyy h:mm:ss A')
|
return bus.timeFormate(parseInt(value), 'MM/DD/yyyy h:mm:ss a')
|
||||||
}
|
}
|
||||||
// unit转化配置信息
|
// unit转化配置信息
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user