Merge pull request #7295 from dataease/pr@dev@fix_pivot_table_settings

feat(视图-透视表): 透视表表头设置丢失。
This commit is contained in:
wisonic-s 2023-12-22 15:28:11 +08:00 committed by GitHub
commit 8c69070f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,7 +359,7 @@
<el-radio :label="false">{{ $t('commons.no') }}</el-radio>
</el-radio-group>
</el-form-item>
<div v-if="showProperty('showTableHeader') && sizeForm.showTableHeader">
<div v-if="(showProperty('showTableHeader') && sizeForm.showTableHeader) || chart.type === 'table-pivot'">
<el-form-item
v-if="showProperty('tableTitleFontSize')"
:label="$t('chart.table_title_fontsize')"