|
|
@@ -86,11 +86,11 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
'CALCULATED_AT' => [
|
|
|
'header' => 'Date', // 结算时间
|
|
|
-// 'value' => function($row) {
|
|
|
-// return (new DateTime([
|
|
|
-// 'value' => $row['CALCULATED_AT'],
|
|
|
-// ]))->result();
|
|
|
-// },
|
|
|
+ 'value' => function($row) {
|
|
|
+ return (new DateTime([
|
|
|
+ 'value' => $row['CALCULATED_AT'],
|
|
|
+ ]))->result();
|
|
|
+ },
|
|
|
'headerOther' => ['width' => '170'],
|
|
|
],
|
|
|
'LAST_USER_NAME' => [
|
|
|
@@ -143,11 +143,11 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
'LAST_CREATED_AT' => [
|
|
|
'header' => 'Joining Date', // 加入时间
|
|
|
-// 'value' => function($row) {
|
|
|
-// return (new DateTime([
|
|
|
-// 'value' => $row['LAST_CREATED_AT'],
|
|
|
-// ]))->result();
|
|
|
-// },
|
|
|
+ 'value' => function($row) {
|
|
|
+ return (new DateTime([
|
|
|
+ 'value' => $row['LAST_CREATED_AT'],
|
|
|
+ ]))->result();
|
|
|
+ },
|
|
|
'headerOther' => ['width' => '170'],
|
|
|
],
|
|
|
'LAST_REC_USER_NAME' => [
|