补充结果总览前端展示回归保护
This commit is contained in:
@@ -9,6 +9,8 @@ const source = fs.readFileSync(
|
||||
|
||||
[
|
||||
"sectionData.overviewList",
|
||||
"normalizeOverviewRows",
|
||||
"normalizeRiskPointTags",
|
||||
"riskCount",
|
||||
"riskPoint",
|
||||
"modelCount",
|
||||
@@ -19,3 +21,5 @@ assert(!source.includes("sectionData.topRiskList"), "不应再绑定TOP10列表"
|
||||
|
||||
assert(!source.includes("scope.row.riskLevelType || 'danger'"), "riskLevelType fallback");
|
||||
assert(source.includes('scope.row.actionLabel || "查看详情"'), "actionLabel fallback");
|
||||
assert(source.includes("return [];"), "overviewList 缺省时应回落为空数组");
|
||||
assert(source.includes(".split(/[、,,;;]/)"), "核心异常点字符串应支持拆分为标签");
|
||||
|
||||
Reference in New Issue
Block a user