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 @@