From 464f6b39668b153af0fec399dc6aab76c46bbf8d Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Fri, 04 Aug 2023 11:44:06 +0800 Subject: [PATCH] fix:1、无人机页面修改六参设定 2、监测因子趋势五分钟报 --- 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