100], [['type', 'fix_user'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'fix_id' => 'Fix ID', 'name' => 'Name', 'price' => 'Price', 'count' => 'Count', 'total' => 'Total', 'pay_type' => 'Pay Type', 'pay_real' => 'Pay Real', 'type' => 'Type', 'fix_user' => 'Fix User', 'fix_remark' => 'Fix Remark', 'status' => 'Status', 'repair_remark' => 'Repair Remark', 'big_type_id' => 'Big Type ID', 'small_type_id' => 'Small Type ID', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }