mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix(图表): 修复图表复制字段无法使用汇总方式的问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user