kevin_zhangl 3 лет назад
Родитель
Сommit
d024f92ed5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      backendApi/config/menu.php
  2. 1 1
      backendEle/src/router/index.js

+ 1 - 1
backendApi/config/menu.php

@@ -284,7 +284,7 @@ return [
 //            ['name'=>'Score-month', 'class'=>'', 'icon'=>'', 'controller'=>'bonus', 'action'=>'score-month', 'routePath'=>'bonus/score-month', 'show'=>1,],//月积分
             ['name'=>'月积分导出', 'class'=>'', 'icon'=>'', 'controller'=>'bonus', 'action'=>'score-month-export', 'routePath'=>'bonus/score-month-export', 'show'=>0,],
             ['name'=>'自动提现', 'class'=>'', 'icon'=>'', 'controller'=>'bonus', 'action'=>'auto-withdraw', 'routePath'=>'bonus/auto-withdraw', 'show'=>0,],
-            ['name'=>'Adjustment Performance', 'class'=>'', 'icon'=>'', 'controller'=>'bonus', 'action'=>'perf-adjustment', 'routePath'=>'bonus/perf-adjustment', 'show'=>1,],//调整业绩
+            ['name'=>'Adjust Performance', 'class'=>'', 'icon'=>'', 'controller'=>'bonus', 'action'=>'perf-adjustment', 'routePath'=>'bonus/perf-adjustment', 'show'=>1,],//调整业绩
         ]
     ],
     /*'report'=>[

+ 1 - 1
backendEle/src/router/index.js

@@ -1175,7 +1175,7 @@ export const constantRouterMap = [
         component: _import('bonus/perf-adjustment'),
         name: 'bonus-perf-adjustment',
         meta: {
-          title: 'Adjustment Performance', // 业绩调整
+          title: 'Adjust Performance', // 业绩调整
           breadcrumb: [
             {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
             {title: 'Bonus Management', path: '/bonus/period'}, // 奖金管理