single 类型的pagetype页面不显示已读用户
This commit is contained in:
parent
1a9808f6a5
commit
41539062ac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user