From 0c8432f4ff5c95faca4ca62d6a4ec4618feba627 Mon Sep 17 00:00:00 2001
From: tony.cheng <chengmingwei_1984122@126.com>
Date: Tue, 17 Mar 2026 15:31:29 +0800
Subject: [PATCH] feat: 完善AI调解状态控制功能及相关文档更新

---
 openspec/changes/implement-mediation-state-control/proposal.md |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/openspec/changes/implement-mediation-state-control/proposal.md b/openspec/changes/implement-mediation-state-control/proposal.md
index f0fbbe4..93499b3 100644
--- a/openspec/changes/implement-mediation-state-control/proposal.md
+++ b/openspec/changes/implement-mediation-state-control/proposal.md
@@ -23,12 +23,15 @@
 
 ## Success Criteria
 - 按钮正确显示在人工接管按钮右侧
-- 状态为0或1时显示"终止"按钮(蓝色样式)
-- 状态为5时显示"恢复"按钮(绿色样式)
+- 状态为1时显示"终止"按钮(红色渐变样式)
+- 状态为5时显示"恢复"按钮(绿色渐变样式)
 - 其他状态下不显示该按钮
 - 点击按钮后正确显示确认对话框
 - API调用成功后页面数据正确刷新
 - API调用失败时显示相应错误提示
+- 终止操作成功后自动关闭外呼气泡组件
+- state=5时状态文本显示为"AI调解暂停中"
+- state=5时状态圆点显示为红色
 
 ## Risks & Mitigations
 - **风险**:频繁的状态变更可能影响调解流程的一致性

--
Gitblit v1.8.0