|
|
@@ -75,6 +75,17 @@ class PerfPeriodList extends \common\libs\dataList\DataList implements DataListI
|
|
|
]))->result();
|
|
|
},
|
|
|
],
|
|
|
+ 'IS_ACTIVE' => [
|
|
|
+ 'header' => 'Whether Active', // 是否活跃
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ 'value' => function($row) {
|
|
|
+ return [
|
|
|
+ 'value' => $row['IS_ACTIVE'] == 1 ? 'Yes' : 'No',
|
|
|
+ ];
|
|
|
+ },
|
|
|
+ ],
|
|
|
'PV_PCS_ZC' => [
|
|
|
'header' => 'Declaration Performance', // 报单业绩
|
|
|
'headerOther' => [
|