'待报价', 1=>'已报价', 2=>'已采纳', 3=>'未采纳']; return $arr[$data['is_adopt']]; } public function goods() { return $this->hasOne(Goods::class, 'id', 'goods_id'); } }