fix: 업무 목록의 새 업무 버튼을 프로젝트 관리자에게만 노출

프로젝트 상세 업무 목록의 '새 업무' 버튼을 repo.canManage(관리자) 일 때만 표시.
업무 생성은 백엔드에서 이미 admin 전용이므로 UI 노출을 권한과 일치시킨다.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 14:11:42 +09:00
parent 9e2326f939
commit 48b8a1b613
@@ -235,6 +235,7 @@ const STATUS_LABEL: Record<TaskStatus, string> = {
</template>
</DropdownSelect>
<RouterLink
v-if="repo.canManage"
class="btn primary new-task"
:to="`/projects/${repo.id}/tasks/new`"
>