From db8b368c5fd611732e26425c974dddd16ae09a82 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Sat, 14 Sep 2024 10:03:22 +0800 Subject: [PATCH] 修改提交 --- gz-customerSystem/src/components/ProgressStep/VisitStep.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/components/ProgressStep/VisitStep.jsx b/gz-customerSystem/src/components/ProgressStep/VisitStep.jsx index 14e906f..0dfa948 100644 --- a/gz-customerSystem/src/components/ProgressStep/VisitStep.jsx +++ b/gz-customerSystem/src/components/ProgressStep/VisitStep.jsx @@ -2,7 +2,7 @@ * @Author: dminyi 1301963064@qq.com * @Date: 2024-08-29 14:57:06 * @LastEditors: dminyi 1301963064@qq.com - * @LastEditTime: 2024-08-29 15:58:19 + * @LastEditTime: 2024-09-12 11:38:05 * @FilePath: \gzDyh\gz-customerSystem\src\components\ProgressStep\VisitStep.jsx * @Description: 来访登记步骤条 */ @@ -90,7 +90,7 @@ } <div className="myStep-item-p" style={{ color: 'rgba(0,0,0,0.50)' }}> <span>操作时间:</span> - <span>{$$.timeFormat(x.handleTime)}</span> + <span>{$$.minuteFormat(x.handleTime)}</span> </div> { x.handleNotes && -- Gitblit v1.8.0