修改云南曲靖项目

This commit is contained in:
guanj
2026-01-08 14:52:01 +08:00
parent 54517c0d5f
commit 6c3037f19b
20 changed files with 47 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="default-main">
<TableHeader datePicker ref="header">
<TableHeader area datePicker ref="header">
<template v-slot:select>
<el-form-item label="电网标志">
<el-select v-model="tableStore.table.params.powerFlag" placeholder="请选择电网标志">
@@ -139,7 +139,7 @@ import { ref, onMounted, provide } from 'vue'
import { mainHeight } from '@/utils/layout'
import * as echarts from 'echarts/core'
defineOptions({
name: 'harmonic-boot/qydetailedAnalysis/pollutionqy'
name: 'harmonic-boot/area/powerAssessment'
})
const dictData = useDictData()
const echartList = ref({})

View File

@@ -194,7 +194,7 @@ const dotList: any = ref({})
const height = mainHeight(20)
const heightB = mainHeight(70)
const harmonic = harmonicOptions.slice(1)
const size = ref(23)
const size = ref(19)
const showTabs = ref(false)
const loadDataOptions: any = ref([])
const form: any = reactive({

View File

@@ -136,7 +136,7 @@ const tableStore = new TableStore({
children: [
{
field: 'frequencyMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -165,7 +165,7 @@ const tableStore = new TableStore({
children: [
{
field: 'voltageMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -194,7 +194,7 @@ const tableStore = new TableStore({
children: [
{
field: 'harmonicVoltageMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -223,7 +223,7 @@ const tableStore = new TableStore({
children: [
{
field: 'harmonicCurrentMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -252,7 +252,7 @@ const tableStore = new TableStore({
children: [
{
field: 'threePhaseVoltageMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -281,7 +281,7 @@ const tableStore = new TableStore({
children: [
{
field: 'flickerMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -310,7 +310,7 @@ const tableStore = new TableStore({
children: [
{
field: 'negativeMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue
@@ -339,7 +339,7 @@ const tableStore = new TableStore({
children: [
{
field: 'interHarmonicMonitorNumber',
title: '超标点数(天/点)',
title: '超标点数()',
minWidth: '140px',
formatter: (row: any) => {
return row.cellValue == -1 ? '/' : row.cellValue

View File

@@ -15,7 +15,7 @@
></PointTree>
</pane>
<pane>
<div style="position: relative; height: 100%">
<div style="position: relative; height: 100%;width: 100%;">
<el-tabs
v-model="activeName"
type="border-card"
@@ -85,7 +85,7 @@ defineOptions({
const route = useRoute()
const monitoringPoint = useMonitoringPoint()
const pointTree = ref()
const size = ref(23)
const size = ref(19)
const isReload = ref(false)
const height = mainHeight(40)
const activeName = ref('2')

View File

@@ -61,7 +61,7 @@ defineOptions({
const monitoringPoint = useMonitoringPoint()
const showTree = ref(false)
const height = mainHeight(20)
const size = ref(23)
const size = ref(19)
const dictData = useDictData()
const TableHeaderRef = ref()
const dotList: any = ref({})

View File

@@ -72,7 +72,7 @@ defineOptions({
const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
const showTree = ref(false)
const height = mainHeight(20)
const size = ref(23)
const size = ref(19)
const dictData = useDictData()
const TableHeaderRef = ref()
const dotList: any = ref({})

View File

@@ -77,7 +77,7 @@ defineOptions({
// name: 'harmonic-boot/report/word'
})
const height = mainHeight(20)
const size = ref(23)
const size = ref(19)
const dictData = useDictData()
const TableHeaderRef = ref()
const dotList: any = ref({})