feat: 透视表合计、小计

This commit is contained in:
junjun
2022-03-09 15:45:48 +08:00
parent 62f7cdd5e0
commit e275e533f5
8 changed files with 298 additions and 7 deletions

View File

@@ -1044,7 +1044,18 @@ export default {
value_error: '值必須為數值',
threshold: '閾值',
threshold_range: '閾值區間',
gauge_threshold_format_error: '格式錯誤'
gauge_threshold_format_error: '格式錯誤',
total_cfg: '總計配置',
col_cfg: '列匯總',
row_cfg: '行匯總',
total_show: '總計',
total_position: '位置',
total_label: '別名',
sub_total_show: '小計',
total_pos_top: '頂部',
total_pos_bottom: '底部',
total_pos_left: '左側',
total_pos_right: '右側'
},
dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個',