diff --git a/src/views/report/attendanceRate/index.vue b/src/views/report/attendanceRate/index.vue
index ac41f0c..5e03a5b 100644
--- a/src/views/report/attendanceRate/index.vue
+++ b/src/views/report/attendanceRate/index.vue
@@ -133,19 +133,36 @@
+
+
+ 外勤次数
+
+
+
+
+
+
+ {{ item.label }}
+
+
{{ scope.row[item.prop] }}
+ {{ scope.row[item.prop] }}
+
{{ scope.row[item.prop] }}
@@ -262,8 +279,9 @@
v-if="item.needShow"
style="color: #02a7f0; cursor: pointer"
@click="openRecord(scope.row, item.type)"
- >{{ scope.row[item.prop] }}
+ {{ scope.row[item.prop] }}
+
{{ scope.row[item.prop] }}