feat: fix
This commit is contained in:
@@ -136,7 +136,7 @@ function NTRPTestEntryCard(props: {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// 如果最近一个月有测试记录,则不展示
|
// 如果最近一个月有测试记录,则不展示
|
||||||
if (hasTestInLastMonth) {
|
if (hasTestInLastMonth && type === EvaluateScene.list) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user