From c2bd9d14151e5e306707050fc1adb5fd873fce34 Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Fri, 12 Sep 2025 13:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/big/resource.js | 9 ++++++++ src/api/resource/land.js | 2 +- src/views/index.vue | 46 ++++++++++++++++++++++++++++------------ 3 files changed, 42 insertions(+), 15 deletions(-) create mode 100644 src/api/big/resource.js diff --git a/src/api/big/resource.js b/src/api/big/resource.js new file mode 100644 index 0000000..f8899db --- /dev/null +++ b/src/api/big/resource.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function homepageStatistics(query) { + return request({ + url: '/big/resource/homepageStatistics', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/api/resource/land.js b/src/api/resource/land.js index 8cd5a69..25b3c2e 100644 --- a/src/api/resource/land.js +++ b/src/api/resource/land.js @@ -75,4 +75,4 @@ export function printLand(query) { method: 'get', params: query }) -} +} \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index d7d8be7..c73c522 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -11,44 +11,44 @@

地块总数

-

12,345

+

承包总金额

-

¥ 456,789

+

¥

待调查总数

-

8,642

+

兑现总金额

-

8,642

+

¥

已调查总数

-

¥ 456,789

+

尚欠总金额

-

¥ 456,789

+

¥

地块总面积

-

8,642

+

经营总面积

-

¥ 456,789

+

@@ -56,11 +56,11 @@

机动地总面积

-

¥ 456,789

+

年总收益

-

8,642

+

¥

@@ -69,14 +69,32 @@