Merge pull request #11703 from dataease/pr@dev-v2@fix_chart

fix(图表): 修复图表复制字段无法使用汇总方式的问题
This commit is contained in:
Junjun 2024-08-22 17:45:30 +08:00 committed by GitHub
commit 0fa367fe68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ onMounted(() => {
</el-dropdown-item>-->
<el-dropdown-item
@click.prevent
v-if="!item.chartId && chart.type !== 'table-info' && item.summary !== ''"
v-if="chart.type !== 'table-info' && item.summary !== ''"
>
<el-dropdown
:effect="themes"