diff --git a/front-end/app/pages/gestao/documentos.vue b/front-end/app/pages/gestao/documentos.vue new file mode 100644 index 0000000..9b13863 --- /dev/null +++ b/front-end/app/pages/gestao/documentos.vue @@ -0,0 +1,57 @@ + + + + + + + + + Adicionar Documento + + + + + + + {{ doc.nome }} + {{ tipoLabel[doc.tipo] }} · {{ doc.dataVencimento ? doc.dataVencimento.toLocaleDateString('pt-BR') : 'Sem vencimento' }} + + + {{ statusConfig[doc.status].label }} + + + + + + + +
{{ doc.nome }}
{{ tipoLabel[doc.tipo] }} · {{ doc.dataVencimento ? doc.dataVencimento.toLocaleDateString('pt-BR') : 'Sem vencimento' }}