eight
2025-04-01 5ab359416696edb8cf48d7968dd39819d8bcd909
update queue status display name
已修改1个文件
4 ■■■■ 文件已修改
src/utils/statusFormatter.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/statusFormatter.ts
@@ -29,9 +29,9 @@
  else if (10 === status)
    return '排队中';
  else if (12 === status)
    return '已亲和-排队中';
    return '亲和';
  else if (13 === status)
    return "已亲和-已领用"
    return "亲和-安装"
  else if (15 === status)
    return '已召回';
  else if (17 === status)