From c4c1a1bd762cf8342b91997bf3abfb761f18e722 Mon Sep 17 00:00:00 2001
From: zhanyunjiu <787952492@qq.com>
Date: Wed, 6 Jul 2022 18:32:18 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main.js | 3 +++
src/views/farm/cropRecord/index.vue | 2 +-
src/views/farm/logMsg/index.vue | 30 +++++++++++++++++++++++++----
src/views/farm/workHour/index.vue | 2 +-
4 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/src/main.js b/src/main.js
index abf0572..251284d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -65,6 +65,9 @@ import DocAlert from '@/components/DocAlert'
// 头部标签插件
import VueMeta from 'vue-meta'
+//去除谷歌浏览器 scroll-blocking 警告
+import 'default-passive-events'
+
Vue.use(VueAreaLinkage);
Vue.use(directive)
Vue.use(plugins)
diff --git a/src/views/farm/cropRecord/index.vue b/src/views/farm/cropRecord/index.vue
index a4a4e92..8529fd7 100644
--- a/src/views/farm/cropRecord/index.vue
+++ b/src/views/farm/cropRecord/index.vue
@@ -42,7 +42,7 @@
- {{cropList.find(t=>t.id == scope.row.cropId ).name}}
+ {{cropList.find(t=>t.id == scope.row.cropId ).name}}
diff --git a/src/views/farm/logMsg/index.vue b/src/views/farm/logMsg/index.vue
index 304e77e..02b41f9 100644
--- a/src/views/farm/logMsg/index.vue
+++ b/src/views/farm/logMsg/index.vue
@@ -26,10 +26,10 @@
-
+
导出
@@ -41,8 +41,14 @@
+
-
+
+
+
+ {{ userConver(scope.row.userId)}}
+
+
{{ parseTime(scope.row.createTime) }}
@@ -86,6 +92,7 @@