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