锁定结果总览卡片合并结构断言

This commit is contained in:
wkc
2026-03-27 14:49:56 +08:00
parent d914c93e93
commit 55c8f1c29c
5 changed files with 20 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ const detail = fs.readFileSync(
"utf8"
);
["模型预警次数统计", "命中模型涉及人员", "员工姓名或工号", "异常标签"].forEach((token) =>
["风险模型", "命中模型涉及人员", "员工姓名或工号", "异常标签"].forEach((token) =>
assert(model.includes(token), token)
);
["<el-radio-button label=\"ANY\">任意触发</el-radio-button>", "<el-radio-button label=\"ALL\">同时触发</el-radio-button>"].forEach(
@@ -26,6 +26,6 @@ const detail = fs.readFileSync(
["部门", "请选择部门", "查询", "重置", "selectedModelText"].forEach((token) =>
assert(model.includes(token), token)
);
["涉险交易明细", "异常账户人员信息", "查看详情"].forEach((token) =>
["风险明细", "涉险交易明细", "异常账户人员信息", "查看详情"].forEach((token) =>
assert(detail.includes(token), token)
);