fixed order export https://guangdagit.com/beike/beikeshop/issues/205
This commit is contained in:
parent
1f44791384
commit
a975b764f1
|
|
@ -25,7 +25,6 @@ class OrderSimple extends JsonResource
|
|||
'telephone' => $this->telephone,
|
||||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
'status' => $this->status,
|
||||
'status_format' => $this->status_format,
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ return [
|
|||
'created_at' => 'Created',
|
||||
'updated_at' => 'Updated',
|
||||
'status' => 'Status',
|
||||
'status_format' => 'Status',
|
||||
'total' => 'Total',
|
||||
|
||||
'unpaid' => 'Unpaid',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ return [
|
|||
'created_at' => '创建时间',
|
||||
'updated_at' => '更新时间',
|
||||
'status' => '状态',
|
||||
'status_format' => '状态',
|
||||
'total' => '订单总额',
|
||||
|
||||
'unpaid' => '待支付',
|
||||
|
|
|
|||
Loading…
Reference in New Issue