Merge branch 'feat/liujie'

This commit is contained in:
2025-11-23 06:31:05 +08:00

View File

@@ -136,7 +136,7 @@ function NTRPTestEntryCard(props: {
);
// 如果最近一个月有测试记录,则不展示
if (hasTestInLastMonth) {
if (hasTestInLastMonth && type === EvaluateScene.list) {
return null;
}