forked from github/dataease
fix(图表): 修复图表复制字段无法使用汇总方式的问题
This commit is contained in:
parent
e1c6cf980a
commit
48098ec618
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user