From c1f6f38248cc4ec9943c908b8b47906d4b353912 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Fri, 19 Jul 2024 20:16:28 +0800 Subject: [PATCH] 11 --- .env.development | 4 ++-- src/api/system/area.js | 8 ++++++++ src/views/statistics/index.vue | 32 ++++++++++++++++++++------------ 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index 0346afc..e3478dc 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'development' # 共享电动车管理系统/开发环境 -# VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' -VUE_APP_BASE_API = 'http://192.168.2.189:8080' +VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' +# VUE_APP_BASE_API = 'http://192.168.2.189:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/api/system/area.js b/src/api/system/area.js index b4e1dec..b2e4b34 100644 --- a/src/api/system/area.js +++ b/src/api/system/area.js @@ -30,6 +30,14 @@ export function addArea(data) { data: data }) } +// 根据token获取运营区 +export function getArealist() { + return request({ + url: '/index/getAreaList', + method: 'get', + + }) +} // 修改运营区 export function updateArea(data) { diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue index a457185..d4c8f46 100644 --- a/src/views/statistics/index.vue +++ b/src/views/statistics/index.vue @@ -20,7 +20,7 @@
已提现:{{StatisticsInfo.withdraw}}
待结算金额:{{StatisticsInfo.settlementAmount}}
-
提现
+
提现
@@ -209,7 +209,7 @@
- 换电工单 + 换电工单
{{StatisticsInfo.operationVo.replacementOrderCount}} @@ -217,7 +217,7 @@
- 调度工单 + 调度工单
{{StatisticsInfo.operationVo.dispatchCount}} @@ -225,7 +225,7 @@
- 维修工单 + 维修工单
{{StatisticsInfo.operationVo.repairCount}} @@ -233,7 +233,7 @@
- 已完成换电 + 已完成换电
{{StatisticsInfo.operationVo.completedReplacementOrderCount}} @@ -241,7 +241,7 @@
- 已完成调度 + 已完成调度
{{StatisticsInfo.operationVo.completedDispatchCount}} @@ -249,7 +249,7 @@
- 已完成维修 + 已完成维修
{{StatisticsInfo.operationVo.completedRepairCount}} @@ -261,7 +261,7 @@