Merge pull request #11703 from dataease/pr@dev-v2@fix_chart
fix(图表): 修复图表复制字段无法使用汇总方式的问题
This commit is contained in:
commit
0fa367fe68
@ -402,7 +402,7 @@ onMounted(() => {
|
|||||||
</el-dropdown-item>-->
|
</el-dropdown-item>-->
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
@click.prevent
|
@click.prevent
|
||||||
v-if="!item.chartId && chart.type !== 'table-info' && item.summary !== ''"
|
v-if="chart.type !== 'table-info' && item.summary !== ''"
|
||||||
>
|
>
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user