mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
feat(视图-地图): 地图增加区域名称映射配置
This commit is contained in:
@@ -2282,5 +2282,12 @@ export default {
|
||||
fileplaceholder: 'Please upload the JSON format coordinate file',
|
||||
delete_confirm: 'And child nodes will be deleted. Confirm to execute ?',
|
||||
cur_node: 'Current node'
|
||||
},
|
||||
map_mapping: {
|
||||
map: 'Map',
|
||||
attr: 'Attribute',
|
||||
empty: 'Empty',
|
||||
please_select_map: 'Please select a range of map'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -2291,5 +2291,11 @@ export default {
|
||||
fileplaceholder: '請上傳json格式坐標文件',
|
||||
delete_confirm: '及子節點都會被刪除,確認執行?',
|
||||
cur_node: '當前節點'
|
||||
},
|
||||
map_mapping: {
|
||||
map: '圖形',
|
||||
attr: '屬性',
|
||||
empty: '無數據',
|
||||
please_select_map: '請先選擇地圖範圍'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2303,5 +2303,11 @@ export default {
|
||||
fileplaceholder: '请上传json格式坐标文件',
|
||||
delete_confirm: '及子节点都会被删除,确认执行?',
|
||||
cur_node: '当前节点'
|
||||
},
|
||||
map_mapping: {
|
||||
map: '图形',
|
||||
attr: '属性',
|
||||
empty: '无数据',
|
||||
please_select_map: '请先选择地图范围'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user