fix: 借库记录签名改回 null(始终可见),暂等 sys_element 补齐权限码

This commit is contained in:
yueli
2026-07-21 09:59:14 +08:00
parent ca21294580
commit 63c36d1466
2 changed files with 5 additions and 8 deletions

View File

@ -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,
}
// 检查列权限