diff --git a/src/apps/AppBuilding/list.vue b/src/apps/AppBuilding/list.vue index 613513c6..76328f11 100644 --- a/src/apps/AppBuilding/list.vue +++ b/src/apps/AppBuilding/list.vue @@ -51,7 +51,7 @@ export default { }).then(res => { if (res?.data) { res.data.records.forEach(e => { - e.cellName = `${e.communityName + e.buildingNumber}栋${e.unitNumber}单元` + e.cellName = `${e.communityName + e.buildingNumber}栋` }) if (this.current > 1 && this.current > res.data.pages) { return