feat:CN-1570 轨迹地图页右上角饼图、折线图开发

This commit is contained in:
hyx
2024-02-28 07:38:41 +08:00
parent fdafad4c85
commit afc4586c1a
6 changed files with 189 additions and 77 deletions

View File

@@ -337,7 +337,7 @@ export default {
return this.$store.getters.menuList.find(menu => menu.code === 'locationIntelligence')
},
otherMenu () {
return this.$store.getters.menuList.filter(menu => ['locationIntelligence','networkAnalytics', 'I18N', 'entityDetail', 'entityGraph', 'detectionPolicy'].indexOf(menu.code) === -1)
return this.$store.getters.menuList.filter(menu => ['locationIntelligence', 'networkAnalytics', 'I18N', 'entityDetail', 'entityGraph', 'detectionPolicy'].indexOf(menu.code) === -1)
/* function excludeButton (menu) {
for (let i = 0; i < menu.length; i++) {