feat(视图): 透视表支持合计列汇总

This commit is contained in:
junjun 2022-12-26 14:19:52 +08:00
parent 2a106beff6
commit 3e04fa6d22

View File

@ -239,7 +239,7 @@
</el-radio-group>
</el-form-item>
<el-form-item
v-if="chart.type === 'table-pivot' && totalForm.col.totalSort !== 'none'"
v-show="false && chart.type === 'table-pivot' && totalForm.col.totalSort !== 'none'"
:label="$t('chart.total_sort_field')"
class="form-item"
>