From 7443be6a32155b0ddbb28cd4559b9aa6f3f251f6 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 05 Aug 2022 10:36:35 +0800
Subject: [PATCH] 地块详情的农事记录中的农资中文显示

---
 src/views/farm/farmingrecord.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/farm/farmingrecord.vue b/src/views/farm/farmingrecord.vue
index 74b29e8..f911ce4 100644
--- a/src/views/farm/farmingrecord.vue
+++ b/src/views/farm/farmingrecord.vue
@@ -130,9 +130,16 @@
                         display: false,
                     },
                     {
+                        label:"农资",
+                        prop:"content",
+                        labelWidth: 110,
+                        editDisplay:false,
+                    },
+                    {
                         label: "农资",
                         prop: "stockId",
                         type: "tree",
+                        hide:true,
                         // hide:true,
                         dicData: [],
                         props: {

--
Gitblit v1.9.3