修改测试问题

This commit is contained in:
guanj
2026-01-16 15:54:16 +08:00
parent 5ceb9be9e2
commit c09e6f54dd
15 changed files with 111 additions and 50 deletions

View File

@@ -20,12 +20,13 @@
<el-button @click="handleBack" :icon="Back">返回</el-button>
</div>
<!-- v-loading="loading" -->
<el-tabs
class="home_body"
type="border-card"
v-model.trim="activeName1"
@tab-click="handleClick"
v-loading="loading"
>
<el-tab-pane label="瞬时波形" name="ssbx" :style="'height:' + bxecharts + ';overflow-y: auto;'">
<shushiboxi
@@ -122,7 +123,7 @@ const changeView = () => {
}, 500)
setTimeout(() => {
loading.value = false
}, 1500)
}, 1000)
}
const bxecharts: any = ref(mainHeight(190).height as any)
@@ -133,7 +134,7 @@ const handleClick = (tab: any, event: any) => {
}, 500)
setTimeout(() => {
loading.value = false
}, 1500)
}, 1000)
}
const handleBack = () => {
emit('handleHideCharts')