From 761dc97c8ac017e5d57b331f7bcf3cfaf1ca1159 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Fri, 08 Nov 2024 15:44:06 +0800 Subject: [PATCH] fix: 无人机轨迹修改 --- src/components/Form/HourPicker1.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Form/HourPicker1.vue b/src/components/Form/HourPicker1.vue index 68181c0..d740441 100644 --- a/src/components/Form/HourPicker1.vue +++ b/src/components/Form/HourPicker1.vue @@ -10,7 +10,7 @@ type="datetimerange" range-separator="���" start-placeholder="������������" - value-format="yyyy-MM-dd HH" + value-format="yyyy-MM-dd HH:mm:ss" end-placeholder="������������" :picker-options="pickerOptions" > -- Gitblit v1.8.0