feat(topOne): 添加各中心营期阶段组件并优化API调用

- 新增PeriodStage组件展示各中心营期阶段信息
- 移除任务管理相关代码,替换为营期阶段展示
- 修改API端点路径,优化优秀录音文件接口调用
- 调整TeamAlerts组件样式,减小最大高度
This commit is contained in:
2025-08-26 13:55:55 +08:00
parent b7d46c3dde
commit 11e686d4d9
4 changed files with 319 additions and 248 deletions

View File

@@ -63,7 +63,7 @@ const aggregatedAlerts = computed(() => {
display: flex;
flex-direction: column;
gap: 0.75rem;
max-height: 300px;
max-height: 270px;
overflow-y: auto;
// 自定义滚动条样式