Explorar el Código

Merge branch 'master' of http://18.167.157.193:1026/guanli/ngds

kevin_zhangl hace 3 años
padre
commit
419a7c45b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

+ 1 - 1
backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

@@ -85,7 +85,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                     ],
                 ],
                 'CALCULATED_AT' => [
-                    'header' => 'Date', // 结算时间
+                    'header' => 'Date ', // 结算时间
                     'value' => function($row) {
                         return (new DateTime([
                             'value' => $row['CALCULATED_AT'],