Browse Source

新粉月销售额梯形图报表菜单权限

shensong 4 years ago
parent
commit
8923865e46
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Http/routes.php

+ 3 - 0
app/Http/routes.php

@@ -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');