From 85f2794d40000d3ef72fa48acb25ef751edf5872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 10:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=87=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/home/right/left.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/modules/home/right/left.vue b/src/pages/modules/home/right/left.vue index 0e2b8fb..18c8e42 100644 --- a/src/pages/modules/home/right/left.vue +++ b/src/pages/modules/home/right/left.vue @@ -85,6 +85,11 @@ export default { let res = await homepageEquipment() this.productReport = [...res.productReport] this.deviceReport = [...res.deviceReport] + // 假数据start + this.deviceReport.map(el => { + el.failure_info = '2' + }) + // 假数据end } } }