single 类型的pagetype页面不显示已读用户

This commit is contained in:
jingrow 2025-10-13 18:19:56 +08:00
parent 1a9808f6a5
commit 41539062ac

View File

@ -693,6 +693,11 @@ function shouldShowField(field: any) {
if (isStructuralField(field)) {
return false
}
//
if (field && field.fieldname === 'seen_by') {
return false
}
if (!field.depends_on) {
return true