| 1234567891011121314151617181920212223242526 |
- <?php
- // +----------------------------------------------------------------------
- // | 导出配置
- // 1、在字典中添加导出类型
- // 2、配置对应的后台list类
- // +----------------------------------------------------------------------
- return [
- 'max_limit_length'=>50000,
- 'download_type' => [
- '1' => 'EngineerBillDownload',
- //'2' => 'MasterWorkerServiceOrderDownload',
- '3' => 'UserEquityDownload',
- '4' => 'master_commission.MasterWorkerCommissionNoticeLists',
- '5' => 'master_worker.EngineerBillLists',
- '6' => 'sale.SaleAnalysisLists',
- '7' => 'sale.PropertyHeadAnalysisLists',
- '2' => 'master_worker.MasterWorkerServiceOrderLists',
- '8' => 'property.PropertyHeadLists',
- '9' => 'sale.SalePerformanceLists',
- '10' => 'works.ServiceWorkLists',
- '11' => 'group_activity.GroupUserOrderLists',
- '12' => 'sale.SaleMasterWorkerLists',
- '13' => 'sale.SaleCommissionLists',
- '14' => 'master_worker_register.MasterWorkerRegisterLists',
- ],
- ];
|