fix(projects): 执行和任务的按钮控制

This commit is contained in:
2026-07-08 11:12:22 +08:00
parent a0dcd39c23
commit 62b97a2fd7
6 changed files with 282 additions and 50 deletions

View File

@@ -239,7 +239,7 @@ declare namespace Api {
type: string;
ownerId: string;
ownerNickname?: string | null;
/** 所属执行的负责人 userId按钮可见度公式用跨执行查询永远为 null按钮判定退化为只看权限码 */
/** 所属执行的负责人 userId按钮可见度公式用跨执行查询为空时,前端无法识别执行负责人身份 */
executionOwnerId: string | null;
/** 父任务负责人 userId一级任务为 null */
parentTaskOwnerId: string | null;