完成项目详情风险人员分页改造
This commit is contained in:
@@ -8,16 +8,20 @@ const source = fs.readFileSync(
|
||||
);
|
||||
|
||||
[
|
||||
"sectionData.overviewList",
|
||||
"sectionData.rows",
|
||||
"normalizeOverviewRows",
|
||||
"normalizeRiskPointTags",
|
||||
"riskCount",
|
||||
"riskPoint",
|
||||
"modelCount",
|
||||
"pageNum",
|
||||
"pageSize",
|
||||
"total",
|
||||
"riskLevelType",
|
||||
].forEach((token) => assert(source.includes(token), token));
|
||||
|
||||
assert(!source.includes("sectionData.topRiskList"), "不应再绑定TOP10列表");
|
||||
assert(!source.includes("sectionData.overviewList"), "风险人员列表不应再绑定 overviewList");
|
||||
|
||||
assert(!source.includes("scope.row.riskLevelType || 'danger'"), "riskLevelType fallback");
|
||||
assert(source.includes('scope.row.actionLabel || "查看详情"'), "actionLabel fallback");
|
||||
|
||||
Reference in New Issue
Block a user