{#if error !== null}
{error}
{:else if grants === null}
加载中…
{:else} {#if grants.length === 0} {:else} {#each grants as g (g.id)} {/each} {/if}
主体级别
暂无显式授权
{g.principalId} {#if g.isCreatorGrant}(创建者){/if} {g.role} {#if !g.isCreatorGrant && canManage} {/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}