From 204cae9df06661ef0013cb64510777ed997cd8d3 Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期四, 23 十一月 2023 13:48:37 +0800
Subject: [PATCH] 主营
---
src/view/businessOpportunity/agriculture/IndustryPlat.vue | 48 ++++++++++++------------------------------------
1 files changed, 12 insertions(+), 36 deletions(-)
diff --git a/src/view/businessOpportunity/agriculture/IndustryPlat.vue b/src/view/businessOpportunity/agriculture/IndustryPlat.vue
index 33c9cd6..d61044e 100644
--- a/src/view/businessOpportunity/agriculture/IndustryPlat.vue
+++ b/src/view/businessOpportunity/agriculture/IndustryPlat.vue
@@ -97,8 +97,8 @@
}
},
visualMap: {
- min: 0,
- max: 1500,
+ // min: 0,
+ // max: 1500,
left: 'left',
top: 'bottom',
text: ['楂�', '浣�'],//鍙栧�艰寖鍥寸殑鏂囧瓧
@@ -107,40 +107,7 @@
},
show: true//鍥炬敞
},
- // geo: {
- // map: 'china',
- // roam: true,//涓嶅紑鍚缉鏀惧拰骞崇Щ
- // zoom: 1.4,//瑙嗚缂╂斁姣斾緥
- // label: {
- // normal: {
- // show: true,
- // fontSize: '10',
- // color: 'rgba(0,0,0,0.7)'
- // }, emphasis: {
- // textStyle: {
- // color: '#fff'
- // }
- // }
- // },
- // itemStyle: {
- // normal: {
- // borderColor: 'rgba(0, 0, 0, 0.2)'
- // },
- // emphasis: {
- // areaColor: '#F3B329',//榧犳爣閫夋嫨鍖哄煙棰滆壊
- // shadowOffsetX: 0,
- // shadowOffsetY: 0,
- // shadowBlur: 20,
- // borderWidth: 0,
- // shadowColor: 'rgba(0, 0, 0, 0.5)'
- // }
- // },
- // show: true,
- // formatter: function (params) {
- // return `鍚嶇О锛�${params.name} <br/>${params.value ? 1 : 0}`//鑷瀹氫箟formatter鏍煎紡
- // }
-
- // },
+
series: [
{
name: '淇℃伅閲�',
@@ -236,6 +203,15 @@
}
})
columns.push({
+ title: '鐪佷唤',
+ key: 'Sf',
+ align: 'center',
+ width: 150,
+ render: (h, params) => {
+ return h('span', params.row.Sf ? params.row.Sf : '--')
+ }
+ })
+ columns.push({
title: '鍔炲叕鍦板潃',
key: 'Bgdz',
align: 'center',
--
Gitblit v1.8.0