This commit is contained in:
sjl
2026-01-06 08:35:36 +08:00
parent fd09e24cf0
commit cb19fef4c6
88 changed files with 117 additions and 135 deletions

View File

@@ -85,7 +85,7 @@ const title = ref('')
const key = ref(0)
const statisticalName = ref('')
const open = (row: any, flag: boolean, params: any) => {
console.log('🚀 ~ open ~ row:', row)
voltageLevelFlag.value = flag
loading.value = true
title.value = row.name + '详情'

View File

@@ -62,7 +62,7 @@ const tableStore = new TableStore({
render: 'basicButton',
click: row => {
console.log("🚀 ~ row:", row)
push({
path: "/admin/division/detail",
query: {

View File

@@ -122,7 +122,7 @@ const tableStore = new TableStore({
},
click: row => {
detailDialogTitle.value = '监测点污染详情'
console.log('🚀 ~ row:', row)
detailLoading.value = true
detailData.value = row.powerFlagPollutionList
detailDialogVisible.value = true

View File

@@ -111,7 +111,7 @@ const tableStore = new TableStore({
map(tableStore.table.data)
histogram(tableStore.table.data)
EchartMap.value.GetEchar(header.value.areaRef.areaName)
console.log("🚀 ~ header.value.areaRef.areaName:", header.value.areaRef.areaName)
// console.log("🚀 ~ header.value.areaRef.areaName:", header.value.areaRef.areaName)
}
})
@@ -124,7 +124,7 @@ provide('tableStore', tableStore)
// 地图点击事件
const getRegionByRegion = (list: any) => {
console.log("🚀 ~ getRegionByRegion ~ list:", list)
// console.log("🚀 ~ getRegionByRegion ~ list:", list)
tableStore.table.params.deptIndex = list.id
tableStore.onTableAction('search', {})
}
@@ -134,7 +134,7 @@ const getRegionByRegion = (list: any) => {
// 地图数处理
const map = (res: any) => {
console.log("🚀 ~ map ~ res:", res)
// console.log("🚀 ~ map ~ res:", res)
let areaData: any = []
let xarr = []
let yarr = []