修改测试bug
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
</div>
|
||||
<el-tabs class="home_body" type="border-card" v-model="activeName" @tab-click="handleClick">
|
||||
<el-tab-pane label="瞬时波形" name="ssbx"
|
||||
:style="'height:' + bxecharts + ';overflow-y: scroll;padding-bottom:200px;'">
|
||||
:style="'height:' + bxecharts + ';overflow-y: scroll;'">
|
||||
<shushiboxi v-if="isWp && wp && activeName == 'ssbx'" :value="value" :boxoList="boxoList" :wp="wp">
|
||||
</shushiboxi>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="RMS波形" name="rmsbx"
|
||||
:style="'height:' + bxecharts + ';overflow-y: scroll;padding-bottom:200px;'">
|
||||
:style="'height:' + bxecharts + ';overflow-y: scroll;'">
|
||||
<rmsboxi v-if="isWp && wp && activeName == 'rmsbx'" :value="value" :boxoList="boxoList" :wp="wp">
|
||||
</rmsboxi>
|
||||
</el-tab-pane>
|
||||
@@ -104,7 +104,7 @@ const changeView = () => {
|
||||
showBoxi.value = true
|
||||
}, 0)
|
||||
}
|
||||
const bxecharts = mainHeight(195).height as any
|
||||
const bxecharts = mainHeight(345).height as any
|
||||
|
||||
const handleClick = (tab: any, event: any) => {
|
||||
// activeName.value = tab.index
|
||||
|
||||
Reference in New Issue
Block a user