refactor(QualityCalls): 重构组件为Composition API并简化UI

fix(https): 将API基础路径从http改为https
fix(topone): 修正优秀录音数据处理逻辑
fix(CenterOverview): 修改默认显示值为0
This commit is contained in:
2025-08-26 22:10:43 +08:00
parent abadcf2494
commit d0b8159274
4 changed files with 305 additions and 321 deletions

View File

@@ -67,8 +67,8 @@
</span>
<span class="card-trend positive">{{ props.overallData.TotalCallCount?.total_call_count_vs_yesterday}} vs 上期</span>
</div>
<div class="card-value">{{ props.overallData.TotalCallCount?.total_call_count || '1,247' }} </div>
<div class="card-subtitle">有效通话: {{ props.overallData.TotalCallCount?.center_effective_call_count || '892' }}</div>
<div class="card-value">{{ props.overallData.TotalCallCount?.total_call_count || '0' }} </div>
<div class="card-subtitle">有效通话: {{ props.overallData.TotalCallCount?.center_effective_call_count || '0' }}</div>
</div>
<div class="overview-card">