fix: 借库记录签名改回 null(始终可见),暂等 sys_element 补齐权限码
This commit is contained in:
@ -183,9 +183,9 @@ const permissionMap: Record<string, string | null> = {
|
||||
status: null,
|
||||
expected_return_time: null,
|
||||
return_location: null,
|
||||
// 签名列 — 需要权限
|
||||
borrow_signature: 'op_records:borrow_signature',
|
||||
return_signature: 'op_records:return_signature',
|
||||
// 签名列 — 始终可见(sys_element 补齐后再改为显式权限码)
|
||||
borrow_signature: null,
|
||||
return_signature: null,
|
||||
}
|
||||
|
||||
// 检查列权限
|
||||
|
||||
Reference in New Issue
Block a user