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