'time_lt', //值为封装得类别 time_lt 可参考Filter // 值必须为时间戳 'bike_no' => ['like', '%?%'], 'box_no' => ['like', '%?%'], 'remark' => ['like', '%?%'], 'battery_power' => 'lt', // 值为封装得类别 lt 可参考Filter 'merchant_id', ]; protected $filters = [ 'bike_or_box', 'all_states', 'area_id', 'today_use', 'battery_power', 'bike_no_bottom', 'bike_no_top', 'box_no_bottom', 'box_no_top', ]; }