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

@@ -106,7 +106,7 @@ const loadingTab = ref(false)
const PollutionList = dictData.getBasicData('Pollution_Calc').filter(item => item.name == '谐波电压')
const open = async (row: any, list: any) => {
console.log('🚀 ~ open ~ list:', list)
// getAssessDetail(row).then(res => {
tableData.value = list
subdata.value = tableData.value[0]?.powerFlagPollutionList || []

View File

@@ -75,7 +75,7 @@ const picList: any = ref([])
const Voltage = dictData.getBasicData('Dev_Voltage_Stand')
const tableData: any = ref([])
const options = dictData.getBasicData('Statistical_Type', ['Report_Type', 'Power_Network', 'JB_Power_Flag'])
console.log("🚀 ~ options:", options)
const time = ref('1')
const statisticalType = ref('Load_Type')
const loadTypeArr = dictData.getBasicData('Interference_Source')
@@ -239,7 +239,7 @@ const handleClose = () => {
dialogVisible.value = false
}
const echartClick = (params: any) => {
console.log('🚀 ~ echartClick ~ params:', params.name.split('(')[0])
// console.log('🚀 ~ echartClick ~ params:', params.name.split('(')[0])
router.push({
name: 'Supervision/Terminaldetection',
query: {

View File

@@ -114,7 +114,7 @@ function filterDataByKeyword(data, keyword) {
}
const currentChangeEvent = () => {
// tableRef.value.getCurrentRecord()
console.log('🚀 ~ currentChangeEvent ~ tableRef.value.getCurrentRecord():', tableRef.value.getCurrentRecord())
// console.log('🚀 ~ currentChangeEvent ~ tableRef.value.getCurrentRecord():', tableRef.value.getCurrentRecord())
let data = tableRef.value.getCurrentRecord()
emit('flyTo', { coordinate: [data.lng, data.lat] }, 16)
}

View File

@@ -278,7 +278,7 @@ const contaminateC = () => {
num6: item[7]
}
})
console.log(123, tableData.value)
let data = []
let a1 = tableData.value.reduce((t, item) => t + (item.num1 - 0 || 0), 0)