kevin_zhangl преди 3 години
родител
ревизия
05e7d3289a
променени са 2 файла, в които са добавени 16 реда и са изтрити 16 реда
  1. 4 4
      backendApi/modules/v1/models/lists/bonus/PerfMonthList.php
  2. 12 12
      backendApi/modules/v1/models/lists/bonus/PerfPeriodList.php

+ 4 - 4
backendApi/modules/v1/models/lists/bonus/PerfMonthList.php

@@ -109,7 +109,7 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
                     },
                 ],
                 'VIP_PV_1L_ZC' => [
-                    'header' => 'I. new market entry performance',//一市场新增报单业绩
+                    'header' => 'L. new market entry performance',//一市场新增报单业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -120,7 +120,7 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
                     },
                 ],
                 'VIP_PV_2L_ZC' => [
-                    'header' => 'II. New market entry performance',//二市场新增报单业绩
+                    'header' => 'R. New market entry performance',//二市场新增报单业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -142,7 +142,7 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
 //                    },
 //                ],
                 'VIP_SURPLUS_1L_ZC' => [
-                    'header' => 'Remaining declaration performance in the first market month',//一市场月剩余报单业绩
+                    'header' => 'L. Market Monthly remaining declaration performance',//一市场月剩余报单业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -153,7 +153,7 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
                     },
                 ],
                 'VIP_SURPLUS_2L_ZC' => [
-                    'header' => 'II. Market Monthly remaining declaration performance',//二市场月剩余报单业绩
+                    'header' => 'R. Market Monthly remaining declaration performance',//二市场月剩余报单业绩
                     'headerOther' => [
                         'width' => '150',
                     ],

+ 12 - 12
backendApi/modules/v1/models/lists/bonus/PerfPeriodList.php

@@ -104,7 +104,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_1L' => [
-                    'header' => 'I. new market performance',//一市场新增业绩
+                    'header' => 'L. new market performance',//一市场新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -115,7 +115,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_1L_ZC' => [
-                    'header' => 'I. new performance of market entry',//一市场报单新增业绩
+                    'header' => 'L. new performance of market entry',//一市场报单新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -126,7 +126,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_1L_FX' => [
-                    'header' => 'I. new performance of market re cancellation',//一市场复消新增业绩
+                    'header' => 'L. new performance of market re cancellation',//一市场复消新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -137,7 +137,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_2L' => [
-                    'header' => 'II. New market performance',//二市场新增业绩
+                    'header' => 'R. New market performance',//二市场新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -148,7 +148,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_2L_ZC' => [
-                    'header' => 'II. New performance of market entry',//二市场报单新增业绩
+                    'header' => 'R. New performance of market entry',//二市场报单新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -159,7 +159,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     },
                 ],
                 'PV_2L_FX' => [
-                    'header' => 'II. New performance of market re cancellation',//二市场复消新增业绩
+                    'header' => 'R. New performance of market re cancellation',//二市场复消新增业绩
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -203,7 +203,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
 //                    },
 //                ],
                 'SURPLUS_1L' => [
-                    'header' => 'I. market balance performance',//一市场结余业绩
+                    'header' => 'L. market balance performance',//一市场结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_1L'],
@@ -215,7 +215,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     ],
                 ],
                 'SURPLUS_2L' => [
-                    'header' => 'II. Market balance performance',//二市场结余业绩
+                    'header' => 'R. Market balance performance',//二市场结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_2L'],
@@ -239,7 +239,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
 //                    ],
 //                ],
                 'SURPLUS_1L_ZC' => [
-                    'header' => 'I. market entry balance performance',//一市场报单结余业绩
+                    'header' => 'L. market entry balance performance',//一市场报单结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_1L_ZC'],
@@ -251,7 +251,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     ],
                 ],
                 'SURPLUS_2L_ZC' => [
-                    'header' => 'II. Market entry balance performance',//二市场报单结余业绩
+                    'header' => 'R. Market entry balance performance',//二市场报单结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_2L_ZC'],
@@ -275,7 +275,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
 //                    ],
 //                ],
                 'SURPLUS_1L_FX' => [
-                    'header' => 'I. market reconditioning balance performance',//一市场复消结余业绩
+                    'header' => 'L. market reconditioning balance performance',//一市场复消结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_1L_FX'],
@@ -287,7 +287,7 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
                     ],
                 ],
                 'SURPLUS_2L_FX' => [
-                    'header' => 'II. Market re cancellation balance performance',//二市场复消结余业绩
+                    'header' => 'R. Market re cancellation balance performance',//二市场复消结余业绩
                     'value' => function($row) {
                         return (new Price([
                             'value' => $row['SURPLUS_2L_FX'],