From b8e64b7d8d14a82d8c9b20079444c40ba2fad265 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 27 Mar 2024 12:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/sharePlatform.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/screen/sharePlatform.vue b/src/views/screen/sharePlatform.vue index 4a7644c..448b45d 100644 --- a/src/views/screen/sharePlatform.vue +++ b/src/views/screen/sharePlatform.vue @@ -191,7 +191,7 @@ const middleCountList = reactive({ { icon: new URL("/src/assets/img/money3.png", import.meta.url).href, count: 0, - title: "在用设备" + title: "在租设备" }, { icon: new URL("/src/assets/img/money2.png", import.meta.url).href, @@ -451,8 +451,8 @@ const iniTapiMaDevInfoMatypeList = async () => { try { const res: any = await apiMaDevInfoTypeList() console.log("apiMaDevInfoMatypeList", res) - middleCountList.list[2].count = res.rent.count || 0 - middleCountList.list[3].count = res.use.count || 0 + middleCountList.list[2].count = res.use.count || 0 + middleCountList.list[3].count = res.rent.count || 0 } catch (error) { console.log(error) }