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