diff --git a/app/Admin/Forms/OrderPackage.php b/app/Admin/Forms/OrderPackage.php index 71eb9af9..a491e16a 100644 --- a/app/Admin/Forms/OrderPackage.php +++ b/app/Admin/Forms/OrderPackage.php @@ -76,7 +76,7 @@ class OrderPackage extends Form implements LazyRenderable 'EMS'=>'EMS', '顺丰速运'=>'顺丰速运', '德邦快递'=>'德邦快递', - '自提' => '自提', + '提货' => '提货', ])->default('韵达快递')->required(); $this->text('shipping_number')->required(); $products = $order->products->filter(function ($items) {