Merge pull request #4191 from dataease/pr@dev@feat_table_pivot

feat(视图): 透视表支持合计列汇总
This commit is contained in:
Junjun 2022-12-26 14:21:27 +08:00 committed by GitHub
commit b1d5ef2eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
>