提交 0335d232 authored 作者: junjie's avatar junjie

feat(视图): 增加明细表

上级 78bbdc8a
...@@ -927,7 +927,8 @@ export default { ...@@ -927,7 +927,8 @@ export default {
liquid_shape_diamond: 'Diamond', liquid_shape_diamond: 'Diamond',
liquid_shape_triangle: 'Triangle', liquid_shape_triangle: 'Triangle',
liquid_shape_pin: 'Pin', liquid_shape_pin: 'Pin',
liquid_shape_rect: 'Rect' liquid_shape_rect: 'Rect',
dimension_or_quota: 'Dimension Or Quota'
}, },
dataset: { dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default', sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',
......
...@@ -928,7 +928,8 @@ export default { ...@@ -928,7 +928,8 @@ export default {
liquid_shape_diamond: '菱形', liquid_shape_diamond: '菱形',
liquid_shape_triangle: '三角形', liquid_shape_triangle: '三角形',
liquid_shape_pin: '氣球', liquid_shape_pin: '氣球',
liquid_shape_rect: '矩形' liquid_shape_rect: '矩形',
dimension_or_quota: '維度或指標'
}, },
dataset: { dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個', sheet_warn: '有多個 Sheet 頁,默認抽取第一個',
......
...@@ -928,7 +928,8 @@ export default { ...@@ -928,7 +928,8 @@ export default {
liquid_shape_diamond: '菱形', liquid_shape_diamond: '菱形',
liquid_shape_triangle: '三角形', liquid_shape_triangle: '三角形',
liquid_shape_pin: '气球', liquid_shape_pin: '气球',
liquid_shape_rect: '矩形' liquid_shape_rect: '矩形',
dimension_or_quota: '维度或指标'
}, },
dataset: { dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个', sheet_warn: '有多个 Sheet 页,默认抽取第一个',
......
...@@ -275,7 +275,8 @@ ...@@ -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 === 'map'">{{ $t('chart.area') }}</span>
<span v-else-if="view.type && view.type.includes('treemap')">{{ $t('chart.drag_block_treemap_label') }}</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> </span>
<draggable <draggable
v-model="view.xaxis" v-model="view.xaxis"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论