fix: 亮灯表指标移除临期计数,精简显示

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-12 16:35:00 +08:00
parent 750ce8d8eb
commit be26ea5588
@@ -143,7 +143,6 @@ const statusLabel: Record<string, string> = { green: '近30天已拜访', yellow
<span class="manager-count">{{ m.total_customers }} 个客户</span>
<span class="manager-metrics">
已拜访<strong>{{ m.visited_this_month }}</strong> ·
临期<strong>{{ m.visited_last_month_only }}</strong> ·
未拜访<strong>{{ m.not_visited_2months }}</strong> ·
完成率<strong :style="{ color: coverageColor(m.coverage_rate) }">{{ (m.coverage_rate * 100).toFixed(0) }}%</strong>
</span>