智慧农业后台管理页面
12
guanqb
2022-08-31 fef715fd34f81b386495e08b549f755503e8e2c1
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)
                })
            })