This commit is contained in:
Edward Yang 2022-08-29 13:58:24 +08:00
parent 1f44791384
commit a975b764f1
3 changed files with 2 additions and 1 deletions

View File

@ -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,
];

View File

@ -19,6 +19,7 @@ return [
'created_at' => 'Created',
'updated_at' => 'Updated',
'status' => 'Status',
'status_format' => 'Status',
'total' => 'Total',
'unpaid' => 'Unpaid',

View File

@ -19,6 +19,7 @@ return [
'created_at' => '创建时间',
'updated_at' => '更新时间',
'status' => '状态',
'status_format' => '状态',
'total' => '订单总额',
'unpaid' => '待支付',