feat(视图-地图): 地图增加区域名称映射配置

This commit is contained in:
fit2cloud-chenyw
2022-07-31 19:58:29 +08:00
parent b7f8514930
commit ff8409883c
8 changed files with 120 additions and 29 deletions

View File

@@ -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'
}
}

View File

@@ -2291,5 +2291,11 @@ export default {
fileplaceholder: '請上傳json格式坐標文件',
delete_confirm: '及子節點都會被刪除,確認執行?',
cur_node: '當前節點'
},
map_mapping: {
map: '圖形',
attr: '屬性',
empty: '無數據',
please_select_map: '請先選擇地圖範圍'
}
}

View File

@@ -2303,5 +2303,11 @@ export default {
fileplaceholder: '请上传json格式坐标文件',
delete_confirm: '及子节点都会被删除,确认执行?',
cur_node: '当前节点'
},
map_mapping: {
map: '图形',
attr: '属性',
empty: '无数据',
please_select_map: '请先选择地图范围'
}
}