This commit is contained in:
lin fan
2024-11-21 15:19:04 +08:00
parent c8e3ae6d8c
commit 518f59da42
-8
View File
@@ -304,14 +304,6 @@ class Score extends Wxapp
$series_value[$key] = ($max_total/5) * $series_value[$key];
}
$indicator[] = array(
array('name' => '拓客能力', 'max' => $max_total/5),
array('name' => '跟进能力', 'max' => $max_total/1),
array('name' => '邀约能力', 'max' => $max_total/2),
array('name' => '成交能力', 'max' => $max_total/3),
array('name' => '交付能力', 'max' => $max_total/4),
);
$data = [
'indicator' => $indicator,
'series_value' => $series_value