From 3e17c5cae79ad48845c543363a86c5f5ecb2df30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 15 Sep 2023 15:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9D=A5=E6=BA=90=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=96=B0=E5=A2=9E=E6=80=BB=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../privateOrder/security/components/componentLeft.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/privateOrder/security/components/componentLeft.vue b/src/views/privateOrder/security/components/componentLeft.vue index be4c49b..44e22ba 100644 --- a/src/views/privateOrder/security/components/componentLeft.vue +++ b/src/views/privateOrder/security/components/componentLeft.vue @@ -391,14 +391,14 @@ export default { { title: "云端监测(G)", currentNum: 0, - total: 150, + total: 0, url: require("@/assets/privateOrder/general/icon-云端监测.png"), type: 1, }, { title: "APT(M)", currentNum: 0, - total: 1000, + total: 0, url: require("@/assets/privateOrder/general/icon-APT.png"), type: 2, }, @@ -558,7 +558,9 @@ export default { mounted() { listSourceTj().then((res) => { this.dataSource.top[0].currentNum = res.rows[0].lable1; + this.dataSource.top[0].total = res.rows[0].lable1Sume; this.dataSource.top[1].currentNum = res.rows[0].lable2; + this.dataSource.top[1].total = res.rows[0].lable2Sume; }); this.changeBtn(); // 切换 this.getSaftyscreenSupervise();