diff --git a/src/views/home/components/provincial/Top2.vue b/src/views/home/components/provincial/Top2.vue
index 55f5e089..3c595dec 100644
--- a/src/views/home/components/provincial/Top2.vue
+++ b/src/views/home/components/provincial/Top2.vue
@@ -12,9 +12,7 @@
@click="handleBtn(item.id)"
>
- {{ mechanizationTotal > 0 ? mechanizationTotal : equipData[item.key] || 0 }}%
+ {{ mechanizationTotal > 0 ? mechanizationTotal : equipData[item.key] || 0 }}%
{{ equipData[item.key] || 0 }}
{{ item.name }}
@@ -22,6 +20,25 @@
+
+ 0-1000万
+ 1000-2000万
+ 2000万以上
+
+
+
+ 在库
+ 自用
+ 共享
+ 维修
+
+
+
+ 0-70
+ 71-100
+ 101-120
+
+
线路工程
变电工程
@@ -65,6 +82,9 @@ export default {
configuration: 0, // 配置率
mechanization: 0, // 机械化率
},
+ checkList:[],
+ checkList2: [],
+ checkList3: [],
radio: 1,
// 机械化率总数
mechanizationTotal: 0,
@@ -80,6 +100,11 @@ export default {
this.cityData = []
this.getInfo()
},
+ changeCheckBox(val) {
+ console.log('🚀 ~ val:', val)
+ console.log('🚀 ~ val:', this.checkList)
+ // this.getInfo()
+ },
handleRadio(val) {
this.getInfo()
},