From c7f0e5196146b06dbdc1a0709de2630010d4aee6 Mon Sep 17 00:00:00 2001 From: shanao Date: Sat, 14 Sep 2024 20:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accident/records/components/addOrEdit.vue | 11 ++++++++++- src/views/firefighting/points/components/list.vue | 12 ++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/views/accident/records/components/addOrEdit.vue b/src/views/accident/records/components/addOrEdit.vue index 9b3f0c1..af01068 100644 --- a/src/views/accident/records/components/addOrEdit.vue +++ b/src/views/accident/records/components/addOrEdit.vue @@ -33,6 +33,8 @@ type="datetime" placeholder="选择事故发生时间" style="width: 100%;" + format="yyyy-MM-dd HH:mm:ss" + value-format="yyyy-MM-dd HH:mm:ss" /> @@ -92,6 +94,8 @@ type="datetime" placeholder="请选择报出日期" style="width: 100%;" + format="yyyy-MM-dd HH:mm:ss" + value-format="yyyy-MM-dd HH:mm:ss" /> @@ -118,6 +122,7 @@