From 0bc3c246857eb2b9c2ef1f803a7d5b4043451d84 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Tue, 30 Aug 2022 10:25:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/statistics/farmproductstockstatistics.vue |    2 +-
 src/views/statistics/farmplantarea.vue              |    2 +-
 src/views/statistics/stock.vue                      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/statistics/farmplantarea.vue b/src/views/statistics/farmplantarea.vue
index 59f51f3..8f58797 100644
--- a/src/views/statistics/farmplantarea.vue
+++ b/src/views/statistics/farmplantarea.vue
@@ -112,7 +112,7 @@
                         span: 12,
                         hide: true,
                         search: true,
-                        searchSpan: 6,
+                        searchSpan: 7,
                         searchLabelWidth: 110,
                         searchRange: true,
                         searchValue: [this.getStartTime(), this.getEndTime()],
diff --git a/src/views/statistics/farmproductstockstatistics.vue b/src/views/statistics/farmproductstockstatistics.vue
index e88d776..1adf28e 100644
--- a/src/views/statistics/farmproductstockstatistics.vue
+++ b/src/views/statistics/farmproductstockstatistics.vue
@@ -192,7 +192,7 @@
             span: 12,
             hide: true,
             search: true,
-            searchSpan: 6,
+            searchSpan: 7,
             searchLabelWidth: 110,
             searchRange: true,
             searchValue: [this.getStartTime(), this.getEndTime()],
diff --git a/src/views/statistics/stock.vue b/src/views/statistics/stock.vue
index 3592f5b..7b9c706 100644
--- a/src/views/statistics/stock.vue
+++ b/src/views/statistics/stock.vue
@@ -130,7 +130,7 @@
             span: 12,
             hide: true,
             search: true,
-            searchSpan: 6,
+            searchSpan: 7,
             searchLabelWidth: 110,
             searchRange: true,
             searchValue: [this.getStartTime(), this.getEndTime()],

--
Gitblit v1.9.3