theo 3 anni fa
parent
commit
e9caf26f5d

+ 2 - 2
backendApi/modules/v1/models/lists/shop/FlowRemainPvList.php

@@ -73,14 +73,14 @@ class FlowRemainPvList extends \common\libs\dataList\DataList implements DataLis
                     ],
                 ],
                 'REMAIN_PV_FLOW' => [
-                    'header' => 'Remain Pv Flow',
+                    'header' => 'Remain BV Flow',
                     'headerOther' => [
                         'width' => '150',
                         'prop' => 'REMAIN_PV_FLOW',
                     ],
                 ],
                 'REMAIN_PV_TOTAL' => [
-                    'header' => 'Remain Pv Total',
+                    'header' => 'Remain BV Total',
                     'headerOther' => [
                         'width' => '150',
                         'prop' => 'REMAIN_PV_TOTAL',

+ 2 - 2
backendApi/modules/v1/models/lists/shop/RemainPvList.php

@@ -67,10 +67,10 @@ class RemainPvList extends \common\libs\dataList\DataList implements DataListInt
                     ],
                 ],
                 'REMAIN_PV' => [
-                    'header' => 'Remain Pv',
+                    'header' => 'Remain BV',
                     'headerOther' => [
                         'width' => '150',
-                        'prop' => 'REMAIN_PV_FLOW',
+                        'prop' => 'REMAIN_PV',
                     ],
                 ],
                 'UPDATED_AT' => [