设备监控二级页面
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- 实时趋势 -->
|
||||
<template>
|
||||
<div class="realtrend">
|
||||
<el-tabs type="border-card" v-model="activeName" @tab-click="handleClick">
|
||||
@@ -532,7 +533,7 @@ const handleClick = (tab: any, event: any) => {
|
||||
: activeName.value == '2'
|
||||
? '谐波电流幅值(A)'
|
||||
: ''
|
||||
yAxisUnit.value = item.title.split('(')[0]
|
||||
yAxisUnit.value = item.title.split('(')[0]
|
||||
}
|
||||
})
|
||||
reverseTable()
|
||||
|
||||
Reference in New Issue
Block a user