修改 bug

This commit is contained in:
GGJ
2024-09-27 16:22:34 +08:00
parent a6ee1bd322
commit 80d0bb9d41
9 changed files with 146 additions and 122 deletions

View File

@@ -212,21 +212,21 @@ const initRadioCharts = () => {
},
data: [
{
value: 180,
value: 0,
name: 'A相',
itemStyle: {
color: '#FFCC00'
}
},
{
value: 90,
value: 0,
name: 'B相',
itemStyle: {
color: '#009900'
}
},
{
value: 30,
value: 0,
name: 'C相',
itemStyle: {
color: '#CC0000'
@@ -310,21 +310,21 @@ const initRadioCharts = () => {
},
data: [
{
value: 160,
value: 0,
name: 'A相',
itemStyle: {
color: '#FFCC00'
}
},
{
value: 70,
value: 0,
name: 'B相',
itemStyle: {
color: '#009900'
}
},
{
value: 40,
value: 0,
name: 'C相',
itemStyle: {
color: '#CC0000'
@@ -405,7 +405,7 @@ const init = () => {
},
data: [
{
value: 15,
value: 0,
name: 'A相'
}
]
@@ -466,7 +466,6 @@ const iRadioList: any = ref([]),
const getRealTimeData = async (val: any) => {
iRadioList.value = []
vRadioList.value = []
console.log(val, '999999999')
val.map((item: any) => {
//基波电流相角
if (item.statisticalName == 'Pq_FundIAng') {