diff --git a/app/views/weapps/attendances/index.json.jbuilder b/app/views/weapps/attendances/index.json.jbuilder index 4326880ef..0770bb6f6 100644 --- a/app/views/weapps/attendances/index.json.jbuilder +++ b/app/views/weapps/attendances/index.json.jbuilder @@ -7,7 +7,7 @@ end json.history_attendances @history_attendances.each_with_index.to_a do |attendance, index| json.(attendance, :name, :attendance_date, :start_time, :end_time, :normal_rate, :absence_rate, :leave_rate) - json.index "签到#{index + 1}" + json.index index + 1 end json.all_history_count @all_history_count