Эх сурвалжийг харах

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl 1 жил өмнө
parent
commit
9a5d717982

+ 3 - 3
backendApi/modules/v1/models/lists/user/IndexList.php

@@ -246,11 +246,11 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                 ],
                 ],
                 'REC_USER_NAME' => [
                 'REC_USER_NAME' => [
                     'header' => Yii::t('ctx', 'placementNo'),
                     'header' => Yii::t('ctx', 'placementNo'),
-                    'headerOther' => ['width' => '160'],
+                    'headerOther' => ['width' => '180'],
                 ],
                 ],
                 'REC_REAL_NAME' => [
                 'REC_REAL_NAME' => [
                     'header' => Yii::t('ctx', 'placementName'),
                     'header' => Yii::t('ctx', 'placementName'),
-                    'headerOther' => ['width' => '160'],
+                    'headerOther' => ['width' => '180'],
                 ],
                 ],
 //                'CON_USER_NAME' => [
 //                'CON_USER_NAME' => [
 //                    'header' => Yii::t('ctx', 'placementNo'),
 //                    'header' => Yii::t('ctx', 'placementNo'),
@@ -307,7 +307,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                     },
                     'headerOther' => function($row) {
                     'headerOther' => function($row) {
                         return [
                         return [
-                            'width' => '160',
+                            'width' => '180',
                         ];
                         ];
                     },
                     },
                     'valueOther' => function($row) {
                     'valueOther' => function($row) {