From 96fdf32bd5612b6c16dcbcc8352a9f54adcc8e7e Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 18 八月 2023 16:26:59 +0800
Subject: [PATCH] 產品相關及bug修復

---
 src/views/client/client/DetailClientManage.vue |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/views/client/client/DetailClientManage.vue b/src/views/client/client/DetailClientManage.vue
index ac60d6b..d71dab4 100644
--- a/src/views/client/client/DetailClientManage.vue
+++ b/src/views/client/client/DetailClientManage.vue
@@ -306,11 +306,11 @@
           leftStr: "鎵�灞炲叕娴�",
           leftValue: "",
           rightStr: "涓嬫鍥炶鏃ユ湡",
-          rightValue: this.processTime(item.next_visit_time)
+          rightValue: item.next_visit_time
         },
         {
           leftStr: "鏈�鏅氭湇鍔″埌鏈熸棩",
-          leftValue: this.processTime(item.latest_service_time),
+          leftValue: item.latest_service_time,
           rightStr: "鍒涘缓鏃堕棿",
           rightValue: ""
         },
@@ -364,7 +364,7 @@
         },
         {
           leftStr: "娉ㄥ唽鏃堕棿",
-          leftValue: this.processTime(item.registration_time),
+          leftValue: item.registration_time,
           rightStr: "娉ㄥ唽璧勯噾",
           rightValue: item.RegisteredCapital.name
         },
@@ -421,12 +421,6 @@
       } else if (value === "annex") {
         this.isAnnexExpand = !this.isAnnexExpand
       }
-    },
-    // 澶勭悊鏃堕棿
-    processTime(dateTime) {
-      return this.dateFormat("YYYY-mm-dd HH:MM:SS", dateTime) === "1900-01-01 08:00:00"
-        ? "--"
-        : this.dateFormat("YYYY-mm-dd HH:MM:SS", dateTime)
     },
     // 鏃堕棿鏄剧ず
     dateFormat(fmt, date) {

--
Gitblit v1.8.0