现场修改电网一张图

This commit is contained in:
GGJ
2024-05-30 13:30:12 +08:00
parent 3860ede46e
commit 9eb8eb73ff
5 changed files with 90 additions and 63 deletions

View File

@@ -164,6 +164,7 @@ import {
getEventDetailByLineId,
getGridDiagramTargetData
} from '@/api/device-boot/panorama'
import { formatter } from 'element-plus'
const emit = defineEmits(['back'])
const dropList: any = ref({})
@@ -254,6 +255,9 @@ const open = async (id: string) => {
},
label: {
normal: {
formatter: () => {
return num * 100 + '%'
},
textStyle: {
fontSize: 20,
color: '#000'
@@ -323,6 +327,9 @@ const open = async (id: string) => {
},
label: {
normal: {
formatter: () => {
return num * 100 + '%'
},
textStyle: {
fontSize: 20,
color: '#000'