fix(图表): 修复图表复制字段无法使用汇总方式的问题

This commit is contained in:
junjun 2024-08-22 17:44:17 +08:00
parent e1c6cf980a
commit 48098ec618

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"