From d9cfc78063fd297137fcbad3d299f8f135f99e4b Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Sun, 15 Sep 2024 12:17:37 +0800
Subject: [PATCH] 1、地域js顺序修改,2、自行受理跳转修改

---
 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