255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '序号', 'city' => '地市', 'sec_unit' => '二级单位', 'grid' => '网格', 'car_num' => '车辆数量', 'ineff_car' => '低效车辆数量', 'ineff_per' => '低效车占比', 'is_lt_5' => '是否低效占比小于0.05', 'mile_0' => '平均每日0公里', 'mile_0_10' => '平均每日0to10公里', 'mile_10_20' => '平均每日10to20公里', 'mile_20_30' => '平均每日20to30公里', 'mile_30_40' => '平均每日30to40公里', 'mile_40_50' => '平均每日40to50公里', 'atte_0' => '出勤率0', 'atte_0_20' => '出勤率0to20', 'atte_20_50' => '出勤率20to50', 'atte_50_80' => '出勤率50to80', 'atte_80' => '出勤率80以上', 'year' => '年', 'month' => '月', ]; } }