From 33d5c8223819a264ebff98ab4cf65938b5ca992c Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Fri, 31 Oct 2025 11:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=B4=A2=E5=A1=AB=E6=8A=A5=E5=8F=8A?= =?UTF-8?q?=E7=BA=BF=E7=B4=A2=E8=B0=83=E6=95=B4=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E6=94=B6=E8=97=8F=E5=8A=9F=E8=83=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../farmland/ShowListComponent/index.vue | 14 +++++++------- .../demo/farmland/changearea/MapList/index.vue | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/farmland/ShowListComponent/index.vue b/src/components/farmland/ShowListComponent/index.vue index 90f05b4f..383bad26 100644 --- a/src/components/farmland/ShowListComponent/index.vue +++ b/src/components/farmland/ShowListComponent/index.vue @@ -22,20 +22,20 @@
总面积
-
{{dataProcessing(item.weifaarea_base)}}
+
{{dataProcessing(item.area)}}
-
+
耕地
-
{{dataProcessing(item.gengdi_area)}}
+
{{dataProcessing(item.gengdiarea)}}
- +
@@ -142,7 +142,7 @@ const goAudit = async (record) => { } const collectItem = (item) => { console.log(item,userStore.getUserInfo) - if(item.Fid){ + if(item.fid){ cancelCollectItem(item) return } @@ -158,7 +158,7 @@ const collectItem = (item) => { }) } const cancelCollectItem = (item) => { - CancelTaskFavorite(item.Fid).then(res => { + CancelTaskFavorite(item.fid).then(res => { message.success('取消收藏成功') emits('query') }) diff --git a/src/views/demo/farmland/changearea/MapList/index.vue b/src/views/demo/farmland/changearea/MapList/index.vue index 3f4b3dc5..c4dede1f 100644 --- a/src/views/demo/farmland/changearea/MapList/index.vue +++ b/src/views/demo/farmland/changearea/MapList/index.vue @@ -172,10 +172,10 @@
总面积
{{dataProcessing(item.area)}}
-
+
耕地
{{dataProcessing(item.gengdiarea)}}