diff --git a/src/views/index.vue b/src/views/index.vue index a3a9579..d7d8be7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -10,66 +10,57 @@
-

总地块数

+

地块总数

12,345

-

↑ 12% 同比

-

已调查数

+

承包总金额

¥ 456,789

-

↑ 8% 环比

-

待调查数

+

待调查总数

8,642

-

↓ 3% 环比

-

承包总金额

-

¥ 456,789

-

↑ 8% 环比

+

兑现总金额

+

8,642

-

兑现总额

-

8,642

-

↓ 3% 环比

+

已调查总数

+

¥ 456,789

-

尚欠总额

+

尚欠总金额

¥ 456,789

-

↑ 8% 环比

-

年总收益

+

地块总面积

8,642

-

↓ 3% 环比

经营总面积

¥ 456,789

-

↑ 8% 环比

+
-

年总收益

-

8,642

-

↓ 3% 环比

+

机动地总面积

+

¥ 456,789

-

经营总面积

-

¥ 456,789

-

↑ 8% 环比

+

年总收益

+

8,642

diff --git a/src/views/resource/land/index.vue b/src/views/resource/land/index.vue index a818e69..1406e9a 100644 --- a/src/views/resource/land/index.vue +++ b/src/views/resource/land/index.vue @@ -326,7 +326,7 @@ -

地图信息:绿色地块表示该地块,青色表示本组织已标记的其他地块

+

地图信息:红色地块表示该地块,青色表示本组织已标记的其他地块

@@ -941,11 +941,11 @@ export default { style: new ol.style.Style({ fill: new ol.style.Fill({ //矢量图层填充颜色,以及透明度 - color: "rgba(204, 255, 204,0.3)", + color: "yellow", }), stroke: new ol.style.Stroke({ //边界样式 - color: "#47c68f", + color: "yellow", width: 3, }), }), diff --git a/src/views/resource/operation/index.vue b/src/views/resource/operation/index.vue index 47f249e..b3f9919 100644 --- a/src/views/resource/operation/index.vue +++ b/src/views/resource/operation/index.vue @@ -210,7 +210,7 @@ - +