diff --git a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte index 53b1bd5..d5811ac 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -67,6 +67,7 @@ let filtroSetor = $state("todos"); let ticketSelecionado = $state | null>(null); let detalheSelecionado = $state(null); + let abaAtiva = $state<"dashboard" | "chamados" | "sla">("dashboard"); let assignResponsavel = $state | "">(""); let assignMotivo = $state(""); let assignFeedback = $state(null); @@ -656,7 +657,40 @@ + +
+ + + +
+
+ + {#if abaAtiva === 'dashboard'}

Total de chamados

@@ -749,7 +783,10 @@ {/if} {/if}
+ {/if} + + {#if abaAtiva === 'chamados'}
@@ -1186,7 +1223,10 @@
{/if} + {/if} + + {#if abaAtiva === 'sla'}
@@ -1486,6 +1526,7 @@
+ {/if} {#if slaParaExcluir}