补充结果总览模型区前端实施记录

This commit is contained in:
wkc
2026-03-20 11:32:18 +08:00
parent 2285ebd3f0
commit e5afc1adee
5 changed files with 130 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ const detail = fs.readFileSync(
"utf8"
);
["模型预警次数统计", "命中模型涉及人员", "筛查模型", "预警类型"].forEach((token) =>
["模型预警次数统计", "命中模型涉及人员", "员工姓名或工号", "异常标签"].forEach((token) =>
assert(model.includes(token), token)
);
["涉险交易明细", "异常账户人员信息", "查看详情"].forEach((token) =>