|
|
@@ -109,17 +109,17 @@ class PerfMonthList extends \common\libs\dataList\DataList implements DataListIn
|
|
|
]))->result();
|
|
|
},
|
|
|
],
|
|
|
- 'PV_PGS' => [
|
|
|
- 'header' => Yii::t('ctx', 'directorPGSPerformance'), // 管理奖个人小组业绩
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '190',
|
|
|
- ],
|
|
|
- 'value' => function($row) {
|
|
|
- return (new Price([
|
|
|
- 'value' => $row['DIRECTOR_BONUS_PGS'],
|
|
|
- ]))->result();
|
|
|
- },
|
|
|
- ],
|
|
|
+// 'PV_PGS' => [
|
|
|
+// 'header' => Yii::t('ctx', 'directorPGSPerformance'), // 管理奖个人小组业绩
|
|
|
+// 'headerOther' => [
|
|
|
+// 'width' => '190',
|
|
|
+// ],
|
|
|
+// 'value' => function($row) {
|
|
|
+// return (new Price([
|
|
|
+// 'value' => $row['DIRECTOR_BONUS_PGS'],
|
|
|
+// ]))->result();
|
|
|
+// },
|
|
|
+// ],
|
|
|
// 'VIP_PV_1L_ZC' => [
|
|
|
// 'header' => Yii::t('ctx', 'LNewMarketEntryPerformance'), // 一市场新增报单业绩
|
|
|
// 'headerOther' => [
|