CN-342 图表优化

This commit is contained in:
hyx
2022-03-09 18:58:36 +08:00
parent 9aedf25dd2
commit ee5fc2c16e

View File

@@ -42,5 +42,5 @@ export function getNowTime (interval) {
}
// 日期格式转换
export function rTime (date) {
return window.$dayJs.tz(new Date(date)).format('mm:ss')
return window.$dayJs.tz(new Date(date)).format('MM-DD HH:mm')
}