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 } } }