|
|
@@ -111,7 +111,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'headerOther' => ['width' => '110'],
|
|
|
],
|
|
|
'STATUS' => [
|
|
|
- 'header' => 'status',//状态
|
|
|
+ 'header' => 'Status',//状态
|
|
|
'value' => function($row) {
|
|
|
return $row['STATUS'] == 1 ? 'activate': 'lock';//'激活' : '锁定'
|
|
|
},
|
|
|
@@ -131,7 +131,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'DEC_LV_NAME' => [
|
|
|
'header' => 'Real time membership level',//实时会员级别
|
|
|
'headerOther' => [
|
|
|
- 'width' => '110',
|
|
|
+ 'width' => '180',
|
|
|
],
|
|
|
'value' => function($row) use($decLevelConfig) {
|
|
|
return $decLevelConfig[$row['DEC_LV']]['LEVEL_NAME'];
|
|
|
@@ -147,7 +147,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'value' => $row['DEC_LV_UPDATED_AT'],
|
|
|
]))->result();
|
|
|
},
|
|
|
- 'headerOther' => ['width' => '170'],
|
|
|
+ 'headerOther' => ['width' => '180'],
|
|
|
],
|
|
|
'LAST_DEC_LV_NAME' => [
|
|
|
'header' => 'Member level at settlement',//结算时会员级别
|