From 4f4b934d1d570b19152b69765c8cb592546dd09c Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 19 Sep 2023 16:49:55 +0800
Subject: [PATCH] fix:监测因子趋势均值对比echarts样式修改
---
src/views/sectionReport/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/sectionReport/index.vue b/src/views/sectionReport/index.vue
index 3bb6094..62a0d31 100644
--- a/src/views/sectionReport/index.vue
+++ b/src/views/sectionReport/index.vue
@@ -47,7 +47,7 @@
start-placeholder="������������"
end-placeholder="������������"
:picker-options="pickerOptions"
- value-format="yyyy-MM-dd"
+ value-format="yyyy-MM-dd HH:mm:ss"
>
</el-date-picker>
</div>
--
Gitblit v1.8.0