63], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'car_id' => '外键关联f_car_infor(car_id)', 'current_mileage' => '当前里程', 'car_status' => '车况', 'year_info' => '数据年份', 'month_info' => '数据月份', 'oil_costs' => '当月油费', 'repair_costs' => '当月维修费', 'road_bridge_costs' => '当月路桥费', 'rent_costs' => '当月租赁费', 'insurance_costs' => '当月保险费', 'year_check_costs' => '当月年检费', 'other_costs' => '当月其他费用', 'sum_costs' => '当月总费用', 'sum_mileage' => '当月总行驶里程', 'attendance' => '当月出勤率', 'is_inefficient' => '是否低效', 'oil_per_km' => '当月每公里油费', 'repair_per_km' => '当月每公里维修费', 'sum_costs_per_km' => '当月每公里总费用', 'violations_times' => '当月违规次数', ]; } }