forked from github/dataease
refactor(数据大屏、仪表板): 优化Tab标题点击事件,点击标题不计入批量选择
This commit is contained in:
parent
8bbe53f608
commit
1245c4cf4a
@ -23,6 +23,7 @@
|
||||
:name="tabItem.name"
|
||||
>
|
||||
<template #label>
|
||||
<div @mousedown.stop>
|
||||
<span :style="titleStyle(tabItem.name)">{{ tabItem.title }}</span>
|
||||
<el-dropdown
|
||||
v-if="isEditMode"
|
||||
@ -49,6 +50,7 @@
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
</template>
|
||||
<de-canvas
|
||||
v-if="isEdit && !mobileInPc"
|
||||
|
Loading…
Reference in New Issue
Block a user