diff --git a/package.json b/package.json index 43e9ab69..a0a97aa6 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "core-js": "^3.39.0", "crypto-js": "^4.2.0", "echarts": "5.4.0", + "echarts-gl": "^2.0.9", "element-china-area-data": "^6.1.0", "element-ui": "2.15.14", "file-saver": "2.0.5", diff --git a/src/views/screen/wsScreen/components/center/index-old.vue b/src/views/screen/wsScreen/components/center/index-old.vue new file mode 100644 index 00000000..7a142928 --- /dev/null +++ b/src/views/screen/wsScreen/components/center/index-old.vue @@ -0,0 +1,413 @@ + + + + 总价值数 + 在库装备数 + 机械化率 + + + + + + + + + + + + {{ selectedCity.cityName }} + 装备价值: {{ selectedCity.totalValue }} 元 + 装备数量: {{ selectedCity.totalEquipmentQuantity }} 台 + 配置率: {{ selectedCity.configRate || 0 }} % + 线路数量: {{ selectedCity.lineNum }} 台 + 变电数量: {{ selectedCity.substationNum }} 台 + 电缆数量: {{ selectedCity.cableNum }} 台 + + + + + + + diff --git a/src/views/screen/wsScreen/components/center/index.vue b/src/views/screen/wsScreen/components/center/index.vue index 53057435..edcc5b4c 100644 --- a/src/views/screen/wsScreen/components/center/index.vue +++ b/src/views/screen/wsScreen/components/center/index.vue @@ -45,6 +45,7 @@