From eba5a57c3f1228b00c27985bdd78ce07ccc68df6 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 15 Oct 2022 11:44:03 +0800
Subject: [PATCH] 限制输入字符数;修改农场详情显示

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

diff --git a/src/views/land/land.vue b/src/views/land/land.vue
index a60e34f..5a799c3 100644
--- a/src/views/land/land.vue
+++ b/src/views/land/land.vue
@@ -91,6 +91,7 @@
                         label: "地块名称",
                         search: true,
                         prop: "landName",
+                        maxlength:30,
                         rules: [{
                             required: true,
                             message: "请输入地块名称",

--
Gitblit v1.9.3