{#if error !== null}
{error}
{:else if grants === null}
加载中…
{:else}
| 主体 | 级别 | |
{#if grants.length === 0}
| 暂无显式授权 |
{:else}
{#each grants as g (g.id)}
|
{g.principalId}
{#if g.isCreatorGrant}(创建者){/if}
|
{g.role} |
{#if !g.isCreatorGrant && canManage}
{/if}
|
{/each}
{/if}
{/if}
{#if canManage}
新增授权
{#if principalType === "USER"}
{:else if groupOptions === null}
加载 Group 列表…
{:else if groupOptions.length === 0}
暂无可选 Group · 先到「Group 管理」建一个
{:else}
{/if}
MANAGE 仅创建者可授;创建者授权不可动(契约 8.1)
{/if}