'array', ]; public function getCreateTimeAttr($value,$data) { return !empty($data['createtime'])?date('Y-m-d H:i:s',$data['createtime']):''; } public function getUpdateTimeAttr($value,$data) { return !empty($data['updatetime'])?date('Y-m-d H:i:s',$data['updatetime']):''; } public function setDownloadFunAttr($value,$data) { return config('export.download_type')[$data['download_type']]?:''; } }