From 67a9d605e395f549e7378e568d77fca47dc63fed Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Sat, 9 Oct 2021 14:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=88=B3?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 6fa068c..42a6c37 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -395,7 +395,7 @@ export default { }, // 选择修改时间 timeChange(time) { - let updateTime = this.$moment(time).format('hh:mm:ss'); + let updateTime = this.$moment(time).format('HH:mm'); let updateDate = this.auditOptions.selectedDate + ' ' + updateTime; this.chooseTime = this.$moment(updateDate).format('x'); },