mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
refactor(图表): 优化跳转默认值样式国际化等
This commit is contained in:
@@ -364,7 +364,7 @@
|
|||||||
text
|
text
|
||||||
@click="addLinkJumpField('view')"
|
@click="addLinkJumpField('view')"
|
||||||
>
|
>
|
||||||
{{ t('visualization.add_jump_field') }} 1
|
{{ t('visualization.add_jump_field') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -892,6 +892,9 @@ const save = () => {
|
|||||||
}
|
}
|
||||||
const nodeClick = data => {
|
const nodeClick = data => {
|
||||||
state.linkJumpInfo = state.mapJumpInfoArray[data.sourceFieldId]
|
state.linkJumpInfo = state.mapJumpInfoArray[data.sourceFieldId]
|
||||||
|
if (!state.linkJumpInfo.windowSize) {
|
||||||
|
state.linkJumpInfo.windowSize = 'middle'
|
||||||
|
}
|
||||||
if (!state.linkJumpInfo.linkType) {
|
if (!state.linkJumpInfo.linkType) {
|
||||||
state.linkJumpInfo.linkType = 'outer'
|
state.linkJumpInfo.linkType = 'outer'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2737,7 +2737,7 @@ export default {
|
|||||||
},
|
},
|
||||||
visualization: {
|
visualization: {
|
||||||
select_target_resource: 'Please select the target resource',
|
select_target_resource: 'Please select the target resource',
|
||||||
target_dashboard_dataV: 'Target Dashboard\\Screen',
|
target_dashboard_dataV: 'Target Dashboard/Screen',
|
||||||
effective_during_link: 'Public link active',
|
effective_during_link: 'Public link active',
|
||||||
condition_style_set: 'Condition Style Settings',
|
condition_style_set: 'Condition Style Settings',
|
||||||
cell_merge_tips:
|
cell_merge_tips:
|
||||||
|
|||||||
@@ -2777,8 +2777,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
|||||||
visualization: {
|
visualization: {
|
||||||
text_decoration: 'underline',
|
text_decoration: 'underline',
|
||||||
select_target_resource: 'Please select the target resource',
|
select_target_resource: 'Please select the target resource',
|
||||||
target_dashboard_dataV: 'Target Dashboard\\Screen',
|
target_dashboard_dataV: 'Target Dashboard/Screen',
|
||||||
dashboard_dataV: 'Dashboard\\Data Screen',
|
dashboard_dataV: 'Dashboard/Data Screen',
|
||||||
effective_during_link: 'Public link active',
|
effective_during_link: 'Public link active',
|
||||||
condition_style_set: 'Condition Style Settings',
|
condition_style_set: 'Condition Style Settings',
|
||||||
cell_merge_tips:
|
cell_merge_tips:
|
||||||
|
|||||||
@@ -2711,8 +2711,8 @@ export default {
|
|||||||
visualization: {
|
visualization: {
|
||||||
text_decoration: '下劃線',
|
text_decoration: '下劃線',
|
||||||
select_target_resource: '請選擇目標資源',
|
select_target_resource: '請選擇目標資源',
|
||||||
target_dashboard_dataV: '目標儀表板\\數據大屏',
|
target_dashboard_dataV: '目標儀表板/數據大屏',
|
||||||
dashboard_dataV: '儀表板\\數據大屏',
|
dashboard_dataV: '儀表板/數據大屏',
|
||||||
condition_style_set: '條件樣式設定',
|
condition_style_set: '條件樣式設定',
|
||||||
cell_merge_tips: '合併單元格後,行列凍結、自動換行將失效。',
|
cell_merge_tips: '合併單元格後,行列凍結、自動換行將失效。',
|
||||||
image: '圖片',
|
image: '圖片',
|
||||||
|
|||||||
@@ -2713,8 +2713,8 @@ export default {
|
|||||||
visualization: {
|
visualization: {
|
||||||
text_decoration: '下滑线',
|
text_decoration: '下滑线',
|
||||||
select_target_resource: '请选择目标资源',
|
select_target_resource: '请选择目标资源',
|
||||||
target_dashboard_dataV: '目标仪表板\\数据大屏',
|
target_dashboard_dataV: '目标仪表板/数据大屏',
|
||||||
dashboard_dataV: '仪表板\\数据大屏',
|
dashboard_dataV: '仪表板/数据大屏',
|
||||||
effective_during_link: '公共链接生效',
|
effective_during_link: '公共链接生效',
|
||||||
condition_style_set: '条件样式设置',
|
condition_style_set: '条件样式设置',
|
||||||
cell_merge_tips: '合并单元格后,行列冻结、自动换行会失效。',
|
cell_merge_tips: '合并单元格后,行列冻结、自动换行会失效。',
|
||||||
|
|||||||
Reference in New Issue
Block a user