修改云南曲靖项目

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

@@ -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