From d567a0a023ff72d2dc58a9bb8dd2e08cb3aaac1f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 05 Feb 2021 09:18:20 +0800
Subject: [PATCH] 整体修改

---
 src/views/clientManagement/clientManagement.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/clientManagement/clientManagement.vue b/src/views/clientManagement/clientManagement.vue
index 1943b1c..a4da94f 100644
--- a/src/views/clientManagement/clientManagement.vue
+++ b/src/views/clientManagement/clientManagement.vue
@@ -152,8 +152,8 @@
               label: "到期时间",
               prop: "releaseTimeRange",
               type: "datetime",
-              format: "yyyy-MM-dd hh:mm:ss",
-              valueFormat: "yyyy-MM-dd hh:mm:ss",
+              format: "yyyy-MM-dd HH:mm:ss",
+              valueFormat: "yyyy-MM-dd HH:mm:ss",
               searchRange: true,
               searchSpan: 5,
               hide: true,
@@ -272,7 +272,7 @@
               prop: "stime",
               type: "datetime",
               format: "yyyy-MM-dd",
-              valueFormat: "yyyy-MM-dd hh:mm:ss",
+              valueFormat: "yyyy-MM-dd HH:mm:ss",
               width: 130
             }, {
               label: "到期时间",
@@ -280,14 +280,14 @@
               type: "datetime",
               slot: true,
               format: "yyyy-MM-dd",
-              valueFormat: "yyyy-MM-dd hh:mm:ss",
+              valueFormat: "yyyy-MM-dd HH:mm:ss",
               width: 150
             }, {
               label: "最后上传时间",
               prop: "heartbeat",
               type: "datetime",
               format: "yyyy-MM-dd",
-              valueFormat: "yyyy-MM-dd hh:mm:ss",
+              valueFormat: "yyyy-MM-dd HH:mm:ss",
               width: 130
             },
 

--
Gitblit v1.9.3