$this->id, 'order_sn' => $this->whenLoaded('order', function () { return $this->order->sn; }, ''), 'product'=>[ 'name' => $this->orderProduct->name, 'cover' => $this->orderProduct->cover, ], 'state' => $this->after_sale_state, 'remarks' => $this->remarks, ]; } }