暂态事件概率分布联调

This commit is contained in:
stt
2025-11-25 15:39:17 +08:00
parent f916721b6a
commit 29c88b56dc
2 changed files with 209 additions and 294 deletions

View File

@@ -26,7 +26,7 @@
<el-card class="bottom-container " style="min-height: 230px;">
<div class="buttonBox">
<el-button type="primary" icon="el-icon-Aim">复位</el-button>
<el-button type="primary" icon="el-icon-Aim" @click="reset">复位</el-button>
</div>
<div class="tableBox">
<Table ref="tableRef" height="100%"></Table>
@@ -125,6 +125,10 @@ provide('tableRef', tableRef)
const pageHeight = mainHeight(40)
provide('tableStore', tableStore)
const reset = () => {
tableRef.value.reset()
}
const iframeSrc = ref('')
// 监听 props 变化