feat(视图): 增加明细表

This commit is contained in:
junjie 2021-09-26 11:28:45 +08:00
parent 78bbdc8aea
commit 0335d2327b
4 changed files with 8 additions and 4 deletions

View File

@ -927,7 +927,8 @@ export default {
liquid_shape_diamond: 'Diamond',
liquid_shape_triangle: 'Triangle',
liquid_shape_pin: 'Pin',
liquid_shape_rect: 'Rect'
liquid_shape_rect: 'Rect',
dimension_or_quota: 'Dimension Or Quota'
},
dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@ -928,7 +928,8 @@ export default {
liquid_shape_diamond: '菱形',
liquid_shape_triangle: '三角形',
liquid_shape_pin: '氣球',
liquid_shape_rect: '矩形'
liquid_shape_rect: '矩形',
dimension_or_quota: '維度或指標'
},
dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個',

View File

@ -928,7 +928,8 @@ export default {
liquid_shape_diamond: '菱形',
liquid_shape_triangle: '三角形',
liquid_shape_pin: '气球',
liquid_shape_rect: '矩形'
liquid_shape_rect: '矩形',
dimension_or_quota: '维度或指标'
},
dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个',

View File

@ -275,7 +275,8 @@
<span v-else-if="view.type && view.type === 'map'">{{ $t('chart.area') }}</span>
<span v-else-if="view.type && view.type.includes('treemap')">{{ $t('chart.drag_block_treemap_label') }}</span>
/
<span>{{ $t('chart.dimension') }}</span>
<span v-if="view.type && view.type !== 'table-info'">{{ $t('chart.dimension') }}</span>
<span v-else-if="view.type && view.type === 'table-info'">{{ $t('chart.dimension_or_quota') }}</span>
</span>
<draggable
v-model="view.xaxis"