fix: 工况库闪烁

This commit is contained in:
JiangSheng
2025-11-27 09:35:25 +08:00
parent 9a71ebd038
commit 09f3c82474

View File

@@ -113,7 +113,7 @@
@filterConfirm="onListTableFilterConfirmFun"
>
<template #otherLeftOptions>
<el-tooltip :content="$t('工况库.切换至树结构视图')" placement="top" >
<el-tooltip v-if="currentTableType === TableViewType.LIST" :content="$t('工况库.切换至树结构视图')" placement="top" >
<div class="icon-change-view" @click="onTableTypeChangeFun(TableViewType.TREE)">
<el-icon :size="18">
<Tickets />