|
@@ -265,6 +265,9 @@ Route::group(['prefix' => 'admin'], function(){
|
265
|
265
|
//按月统计销售加粉下单情况
|
266
|
266
|
Route::get('template/templateLogMonthReport', 'Admin\TemplateController@templateLogMonthReport');
|
267
|
267
|
Route::get('template/templateLogMonthReport_export', 'Admin\TemplateController@templateLogMonthReport_export');
|
|
268
|
+
|
|
269
|
+ //新粉月销售额梯形图
|
|
270
|
+ Route::get('/statistics/newFanMonthAmountList', 'Admin\StatisticsController@newFanMonthAmountList');
|
268
|
271
|
|
269
|
272
|
Route::get('statistics/volumeRank', 'Admin\StatisticsController@volumeRank');
|
270
|
273
|
Route::get('statistics/volumeRank_export', 'Admin\StatisticsController@volumeRank_export');
|