diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue index aab47beba8..354470fc54 100644 --- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue +++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue @@ -364,7 +364,7 @@ text @click="addLinkJumpField('view')" > - {{ t('visualization.add_jump_field') }} 1 + {{ t('visualization.add_jump_field') }} @@ -892,6 +892,9 @@ const save = () => { } const nodeClick = data => { state.linkJumpInfo = state.mapJumpInfoArray[data.sourceFieldId] + if (!state.linkJumpInfo.windowSize) { + state.linkJumpInfo.windowSize = 'middle' + } if (!state.linkJumpInfo.linkType) { state.linkJumpInfo.linkType = 'outer' } diff --git a/core/core-frontend/src/locales/en-US.ts b/core/core-frontend/src/locales/en-US.ts index 58ee6bbf8e..fddba51861 100644 --- a/core/core-frontend/src/locales/en-US.ts +++ b/core/core-frontend/src/locales/en-US.ts @@ -2737,7 +2737,7 @@ export default { }, visualization: { 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', condition_style_set: 'Condition Style Settings', cell_merge_tips: diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index f50a9d3165..041c42aaad 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2777,8 +2777,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr visualization: { text_decoration: 'underline', select_target_resource: 'Please select the target resource', - target_dashboard_dataV: 'Target Dashboard\\Screen', - dashboard_dataV: 'Dashboard\\Data Screen', + target_dashboard_dataV: 'Target Dashboard/Screen', + dashboard_dataV: 'Dashboard/Data Screen', effective_during_link: 'Public link active', condition_style_set: 'Condition Style Settings', cell_merge_tips: diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index ad10710af0..4bb23df1da 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2711,8 +2711,8 @@ export default { visualization: { text_decoration: '下劃線', select_target_resource: '請選擇目標資源', - target_dashboard_dataV: '目標儀表板\\數據大屏', - dashboard_dataV: '儀表板\\數據大屏', + target_dashboard_dataV: '目標儀表板/數據大屏', + dashboard_dataV: '儀表板/數據大屏', condition_style_set: '條件樣式設定', cell_merge_tips: '合併單元格後,行列凍結、自動換行將失效。', image: '圖片', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 72306e4457..056ab229ab 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2713,8 +2713,8 @@ export default { visualization: { text_decoration: '下滑线', select_target_resource: '请选择目标资源', - target_dashboard_dataV: '目标仪表板\\数据大屏', - dashboard_dataV: '仪表板\\数据大屏', + target_dashboard_dataV: '目标仪表板/数据大屏', + dashboard_dataV: '仪表板/数据大屏', effective_during_link: '公共链接生效', condition_style_set: '条件样式设置', cell_merge_tips: '合并单元格后,行列冻结、自动换行会失效。',