@@ -134,7 +134,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
'DEC_LV_NAME' => [
'header' => 'Real time membership level',//实时会员级别
'headerOther' => [
- 'width' => '110',
+ 'width' => '120',
],
'value' => function($row) use($decLevelConfig) {
return $decLevelConfig[$row['DEC_LV']]['LEVEL_NAME'];