mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(图表): 优化跳转默认值样式国际化等
This commit is contained in:
parent
2deb396213
commit
4dc0dbff24
@ -364,7 +364,7 @@
|
||||
text
|
||||
@click="addLinkJumpField('view')"
|
||||
>
|
||||
{{ t('visualization.add_jump_field') }} 1
|
||||
{{ t('visualization.add_jump_field') }}
|
||||
</el-button>
|
||||
</div>
|
||||
</template>
|
||||
@ -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'
|
||||
}
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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: '圖片',
|
||||
|
@ -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: '合并单元格后,行列冻结、自动换行会失效。',
|
||||
|
Loading…
Reference in New Issue
Block a user