From 2997bf170ffeab3b9259a2ae9f9cf92887a1c4fa Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 4 Feb 2026 13:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/provincial/Top2.vue | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) 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() },