From ee5fc2c16ef1b83f2371a6e03e295dc102c41d3e Mon Sep 17 00:00:00 2001 From: hyx Date: Wed, 9 Mar 2022 18:58:36 +0800 Subject: [PATCH] =?UTF-8?q?CN-342=20=E5=9B=BE=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/date-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/date-util.js b/src/utils/date-util.js index 9538bd3e..7be09ecd 100644 --- a/src/utils/date-util.js +++ b/src/utils/date-util.js @@ -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') }