智慧农业后台管理页面
guoshilong
2022-08-31 81eea9861a3344f9ad195c21a6de401733ef5d60
src/views/land/cs.vue
@@ -219,7 +219,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)
                })
            })