无效接待
diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue
index f9294dc..f8f4a67 100644
--- a/src/views/Statistics/BuildingContrast.vue
+++ b/src/views/Statistics/BuildingContrast.vue
@@ -41,13 +41,24 @@
-
-
+
+
- {{ scope.$index + 1 }}
+ {{
+ scope.$index == tableData.length - 1
+ ? "合计/平均"
+ : scope.$index + 1
+ }}
+
+ {{
+ scope.$index == tableData.length - 1
+ ? "/"
+ : scope.row.houseName
+ }}
+
{{ row.fraction }}%