修改售后列表返回
parent
742ecc376f
commit
f0a6ceecd4
|
|
@ -21,7 +21,7 @@ class AfterSaleSimpleResource extends JsonResource
|
||||||
'name' => $this->orderProduct->name,
|
'name' => $this->orderProduct->name,
|
||||||
'cover' => $this->orderProduct->cover,
|
'cover' => $this->orderProduct->cover,
|
||||||
],
|
],
|
||||||
'state' => $this->$this->after_sale_state,
|
'state' => $this->after_sale_state,
|
||||||
'remarks' => $this->remarks,
|
'remarks' => $this->remarks,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue