From 8b85935713b34cc167c7f4ba9225bd08687134ae Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 12 Sep 2024 15:40:52 +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