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/realTimePolice/realHistory.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/realTimePolice/realHistory.vue b/src/views/realTimePolice/realHistory.vue
index 7f4b515..0975e36 100644
--- a/src/views/realTimePolice/realHistory.vue
+++ b/src/views/realTimePolice/realHistory.vue
@@ -81,16 +81,16 @@
label: "报警时间",
type: "datetime",
width:130,
- 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",
prop: "alarmTime",
},
{
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,
@@ -120,8 +120,8 @@
}, {
label: "接警时间",
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",
width:130,
prop: "jjTime",
}, {
--
Gitblit v1.9.3