{#each childProjects as p (p.id)}
{p.name}
{#if p.binding}
已绑定
{/if}
{fmtDate(p.createdAt)}
{/each} {#each childFolders as f (f.id)}
{/each}