NEZ-1688 fix:选择图表显示单位时,选择时间单位显示格式出错

This commit is contained in:
zhangyu
2022-03-23 10:07:06 +08:00
parent 712369ef2e
commit 6a89b446bd
2 changed files with 2 additions and 2 deletions

View File

@@ -421,7 +421,7 @@ function timeFormat34 (value) {
return bus.timeFormate(parseInt(value), 'YYYY-MM-DD HH:mm:ss')
}
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转化配置信息
/*