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();