diff --git a/src/api/plotPremisesMobile/index.js b/src/api/plotPremisesMobile/index.js index 9c89d558..ab150c44 100644 --- a/src/api/plotPremisesMobile/index.js +++ b/src/api/plotPremisesMobile/index.js @@ -23,3 +23,20 @@ export function getDept(id) { method: 'get' }) } + +// 查询部门下拉树结构 +export function treeselect() { + return request({ + url: '/depositm/dept/treeselect', + method: 'get' + }) +} + +// 数据获取 +export function plotPremisesStatistics(query) { + return request({ + url: '/home/mobile/plotPremises/statistics', + method: 'get', + params: query + }) +} diff --git a/src/views/plotPremisesMobile/index.vue b/src/views/plotPremisesMobile/index.vue index ed269e66..eab033d9 100644 --- a/src/views/plotPremisesMobile/index.vue +++ b/src/views/plotPremisesMobile/index.vue @@ -4,16 +4,29 @@
羊亭
-/北上夼
+{{deptName}}
羊亭镇-北上夼村
+{{deptName}}
农房 (栋)
-352
+{{detail.zzs}}
可租 (栋)
-71
+{{detail.kzs}}
农地 (亩)
-352
+{{detail.landArea}}
可租 (亩)
-71
+{{detail.rentableArea}}
羊亭镇-北上夼村-107
+{{deptName}}-{{ndItem.id}}
羊亭镇-北上夼村-107
+{{deptName}}-{{nfItem.id}}
{{activeName=='nf'?'待租农房':'待租农地'}}
-