| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- return [
- [
- 'key' => 'cloudSupplier',
- 'title' => '云仓供货商',
- 'children' => [
- [
- 'key' => 'cloudSupplierOrder',
- 'title' => '云仓订单'
- ],
- [
- 'key' => 'cloudSupplierOrderOnce',
- 'title' => '云仓订单'
- ],
- [
- 'key' => 'attrList',
- 'title' => '规格库'
- ]
- ],
- ],
- [
- 'key' => 'agentFrontPurchaseSupplierERP',
- 'title' => '仓库',
- 'children' => [
- [
- 'key' => 'cloudFrontDeliveryOrderList',
- 'title' => '同城配送订单',
- ],
- ]
- ]
- ];
|