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

This commit is contained in:
zhangyu
2022-03-23 10:09:21 +08:00
parent 6a89b446bd
commit 9dd0cda14d

View File

@@ -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转化配置信息
/* /*