This commit is contained in:
sjl
2026-01-30 15:01:19 +08:00
parent 5d0421dd40
commit 59489aaafa
4 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ const config = useConfig()
// import { nextTick } from 'process'
const emit = defineEmits(['triggerPoint', 'group', 'echartClick'])
color[0] = config.layout.elementUiPrimary[0]
const chartRef = ref<HTMLDivElement>()
const props = defineProps(['options', 'isInterVal', 'pieInterVal'])

View File

@@ -100,10 +100,10 @@ const tableStore = new TableStore({
}
},
{ field: 'areaName', title: '区域',minWidth: 100 },
{ field: 'gdName', title: '地级区' ,minWidth: 100},
{ field: 'gdName', title: '供电公司' ,minWidth: 100},
{
field: 'bdName',
title: '供电公司',
title: '场站',
minWidth: 100
},
{ field: 'objName', title: '对象名称' , minWidth: 240},

View File

@@ -145,10 +145,10 @@ const tableStore = new TableStore({
}
},
{ field: 'areaName', title: '区域', minWidth: 100 },
{ field: 'gdName', title: '地级区', minWidth: 100 },
{ field: 'gdName', title: '供电公司', minWidth: 100 },
{
field: 'bdName',
title: '供电公司',
title: '场站',
minWidth: 100
},
{ field: 'manufacturer', title: '厂家', minWidth: 100 },

View File

@@ -30,6 +30,7 @@ import { ref, onMounted, provide, nextTick } from 'vue'
import { mainHeight } from '@/utils/layout'
import { useDictData } from '@/stores/dictData'
import MyEchart from '@/components/echarts/MyEchart.vue'
const dictData = useDictData()
const tableRef = ref()
const options = ref({})
@@ -88,6 +89,7 @@ const tableStore = new TableStore({
text: '暂降原因统计',
top: '20'
},
legend: {
type: 'scroll',
orient: 'vertical',