F47曲线详情,暂态事件明细详情联调

This commit is contained in:
stt
2025-11-28 14:06:33 +08:00
parent 80182cdc6f
commit 58bc269940
5 changed files with 175 additions and 77 deletions

View File

@@ -409,7 +409,7 @@ onMounted(() => {
})
// 点击事件处理函数
const handleChartClick = (params: any) => {
const handleChartClick = (params: any, e: any) => {
if (params.seriesName === '可容忍事件') {
// 处理可容忍事件点击
dialogTitle.value = '可容忍事件波形分析'