src/views/land/cs.vue @@ -209,7 +209,7 @@ const data = res.data.data this.page.total = data.total this.farmPlanList = data.records this.farmPlanList.forEach((e)=>{ this.farmPlanList.forEach((e) => { e.landArea = fixed.fixedNum(e.landArea) }) })