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 @@