50], [['insurer_no', 'policy_man', 'company'], 'string', 'max' => 100], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'car_no' => 'Car No', 'insurer_no' => 'Insurer No', 'policy_man' => 'Policy Man', 'total_real' => 'Total Real', 'total_rate' => 'Total Rate', 'pay_total' => 'Pay Total', 'finish_total' => 'Finish Total', 'pay_date' => 'Pay Date', 'company' => 'Company', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }