收口结果总览风险人员区块

This commit is contained in:
wkc
2026-03-20 09:31:33 +08:00
parent faaf04abf4
commit 11c678ab26
16 changed files with 176 additions and 75 deletions

View File

@@ -25,7 +25,8 @@ const people = fs.readFileSync(
);
["风险仪表盘", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
["风险人员总览", "中高风险人员TOP10", "查看详情"].forEach((token) =>
["风险人员总览", "风险等级", "命中模型数", "查看详情"].forEach((token) =>
assert(people.includes(token), token)
);
assert(!people.includes("中高风险人员TOP10"), "不应保留TOP10区块");
assert(entry.includes("risk-people-section"), "入口应挂载风险人员区");