|
|
@@ -61,11 +61,11 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
|
|
|
'ID' => null,
|
|
|
'USER_ID' => null,
|
|
|
'MOVE_USER_NAME' => [
|
|
|
- 'header' => 'Mobile members',//移动的会员
|
|
|
+ 'header' => 'Move members', // 移动的会员
|
|
|
'headerOther' => ['width' => '150'],
|
|
|
],
|
|
|
'MOVE_REAL_NAME' => [
|
|
|
- 'header' => 'Mobile members name',//移动的会员名字
|
|
|
+ 'header' => 'Move members name', // 移动的会员名字
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
@@ -74,15 +74,15 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
|
|
|
],
|
|
|
],
|
|
|
'FROM_USER_NAME' => [
|
|
|
- 'header' => 'Move front contact',//移动前接点
|
|
|
+ 'header' => 'Uper member code before moving', // 移动前接点
|
|
|
'headerOther' => ['width' => '150'],
|
|
|
],
|
|
|
'TO_USER_NAME' => [
|
|
|
- 'header' => 'Moving rear contact',//移动后接点
|
|
|
+ 'header' => 'Uper member code after moving', // 移动后接点
|
|
|
'headerOther' => ['width' => '150'],
|
|
|
],
|
|
|
'TYPE' => [
|
|
|
- 'header' => 'Network transfer type',//移网类型
|
|
|
+ 'header' => 'Type of moving', // 移网类型
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
@@ -91,19 +91,19 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
|
|
|
},
|
|
|
],
|
|
|
'LOCATION' => [
|
|
|
- 'header' => 'Move to position',//移动到位置
|
|
|
+ 'header' => 'Position', // 移动到位置
|
|
|
'headerOther' => ['width' => '150'],
|
|
|
],
|
|
|
- 'PERIOD_NUM' => 'Number of periods when moving',//移动时的期数
|
|
|
+ 'PERIOD_NUM' => 'Period of moving', // 移动时的期数
|
|
|
'IS_MOVING' => [
|
|
|
- 'header' => 'Are you moving',//是否正在移动
|
|
|
+ 'header' => 'Whether to move', // 是否正在移动
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
],
|
|
|
'MOVE_PERCENT' => [
|
|
|
- 'header' => 'Movement percentage',//移动百分比
|
|
|
+ 'header' => 'Percentage', // 移动百分比
|
|
|
],
|
|
|
'MOVE_ADMIN_NAME' => [
|
|
|
- 'header' => 'Mobile administrator',//移网管理员
|
|
|
+ 'header' => 'Administrator of moving',//移网管理员
|
|
|
'headerOther' => ['width' => '120'],
|
|
|
],
|
|
|
'CREATED_AT' => [
|
|
|
@@ -117,18 +117,18 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
|
|
|
],
|
|
|
'AUDIT_STATUS' => null,
|
|
|
'AUDIT_STATUS_NAME' => [
|
|
|
- 'header' => 'Audit status',//审核状态
|
|
|
+ 'header' => 'Status',//审核状态
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
'value' => function ($row) {
|
|
|
return UserMove::STATUS_NAME[$row['AUDIT_STATUS']];
|
|
|
},
|
|
|
],
|
|
|
'AUDIT_ADMIN_NAME' => [
|
|
|
- 'header' => 'Audit administrator',//审核管理员
|
|
|
+ 'header' => 'Administrator of reviewing',//审核管理员
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
],
|
|
|
'AUDITED_AT' => [
|
|
|
- 'header' => 'Audit time',//审核时间
|
|
|
+ 'header' => 'Review time',//审核时间
|
|
|
'value' => function ($row) {
|
|
|
return (new DateTime([
|
|
|
'value' => $row['AUDITED_AT'],
|