column('id', '#ID#'); $this->column('title', '名称'); $this->column('status', '状态')->bool(); $this->column('created_at', '时间'); } public static function display() { return function ($value) { if (is_array($value)) { return implode(';', array_column($value, 'title')); } return optional($this->reaons)->name; }; } }