fix: rename on-time rate label, hoist getApiKey above escalation loop, remove broken capa-owner incident link

This commit is contained in:
2026-07-11 19:03:23 +08:00
parent 87264a5497
commit 871ef7c53a
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ export default async function SupervisorPage() {
</div>
))}
</div>
<p className="text-xs text-gray-400 mt-3">CAPA on-time rate: {capaRows.length > 0 ? Math.round((capaVerifiedCount / capaRows.length) * 100) : 'N/A'}%</p>
<p className="text-xs text-gray-400 mt-3">CAPA verification rate: {capaRows.length > 0 ? Math.round((capaVerifiedCount / capaRows.length) * 100) : 'N/A'}%</p>
</div>
)}
</main>