NEZ-2685 fix:Explore点击Select columns标题会导致Table展开收起

This commit is contained in:
zhangyu
2023-03-14 10:47:30 +08:00
parent 2713969db0
commit 19d3f4dc8d

View File

@@ -132,7 +132,7 @@
<!-- 自定义table列 -->
<transition name="el-zoom-in-top">
<element-set
@click.stop
@click.stop="()=>{}"
v-if="tools.showCustomTableTitle"
:tableId="tableId"
ref="customTableTitle"