From 41dc8bedbfee679decb94d2df35c10fc003e258a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 24 Aug 2022 15:37:31 +0800
Subject: [PATCH] 二级菜单添加返回功能
---
src/views/mapPattern/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mapPattern/index.vue b/src/views/mapPattern/index.vue
index 0fb8430..a16d991 100644
--- a/src/views/mapPattern/index.vue
+++ b/src/views/mapPattern/index.vue
@@ -59,7 +59,7 @@
<div class="farm-land">
<div class="title">
- <span>地块 · {{ this.pageLand.total }}种</span>
+ <span>地块 · {{ this.pageLand.total }}个</span>
</div>
<div class="content">
<div
--
Gitblit v1.9.3