web-app/src/utils/stateTranslator.js @@ -14,9 +14,10 @@ 1: '调解中', 2: '调解成功', 3: '调解失败', 4: '人工接管' 4: '人工接管', 5: 'AI调解已暂停' }; return stateMap[state] || '未知状态'; };