调整结果总览页面样式与文案
This commit is contained in:
@@ -24,7 +24,7 @@ const people = fs.readFileSync(
|
||||
"utf8"
|
||||
);
|
||||
|
||||
["风险总览", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
|
||||
["风险仪表盘", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
|
||||
["风险人员总览", "中高风险人员TOP10", "查看详情"].forEach((token) =>
|
||||
assert(people.includes(token), token)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user