From eb7f7333a40291f2e5e71e3ef9b101d3cb06da3d Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 09 Aug 2023 09:18:09 +0800
Subject: [PATCH] fix:五分钟报

---
 src/views/sectionReport/index.vue |    2 +-
 public/sailingReport1.docx        |    0 
 public/airQuality1.docx           |    0 
 src/views/charts/index.vue        |    8 ++++----
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/public/airQuality1.docx b/public/airQuality1.docx
new file mode 100644
index 0000000..2ebc39e
--- /dev/null
+++ b/public/airQuality1.docx
Binary files differ
diff --git a/public/sailingReport1.docx b/public/sailingReport1.docx
new file mode 100644
index 0000000..c3d8240
--- /dev/null
+++ b/public/sailingReport1.docx
Binary files differ
diff --git a/src/views/charts/index.vue b/src/views/charts/index.vue
index 1b11a1d..e24a91d 100644
--- a/src/views/charts/index.vue
+++ b/src/views/charts/index.vue
@@ -140,13 +140,13 @@
       medium: '',
       isSelect: false,
       options1: [
+         {
+          label: '������������',
+          value: '������������',
+        },
         {
           label: '���������',
           value: '���������',
-        },
-        {
-          label: '������������',
-          value: '������������',
         },
         {
           label: '������',
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