@@ -142,8 +142,8 @@ class ExpressRepository extends BaseRepository
Elm::radio('delivery_type', '发货类型', 1)
->setOptions([
['value' => 1, 'label' => '发货'],
- ['value' => 2, 'label' => '送货'],
- ['value' => 3, 'label' => '虚拟'],
+ // ['value' => 2, 'label' => '送货'],
+ // ['value' => 3, 'label' => '虚拟'],
])->control([
[
'value' => 1,