diff --git a/src/views/community/BuildingList.vue b/src/views/community/BuildingList.vue index 713e58f..777aa31 100644 --- a/src/views/community/BuildingList.vue +++ b/src/views/community/BuildingList.vue @@ -3,7 +3,7 @@

楼栋列表

- 添加楼栋 + 批量添加楼栋
@@ -30,20 +30,44 @@
- - + +
+
+
+

{{ community.community_name }}

+ 共 {{ community.buildings.length }} 栋 +
+
+
+
+
{{ building.building_name }}
+
ID: {{ building.building_id }}
+
+
+ +
+
+
+
+ + + +
+ + +
+ +
- + + + + + + + +
+ 将批量创建从起始楼栋号到结束楼栋号的所有楼栋 +
+
+ +
+ + + + + + + + + + - + @@ -85,76 +182,45 @@