Compare commits
No commits in common. "a01c7cf2868f4803178d86be5541114fae0985bf" and "03285799f60a39c4271a5051a9967ca7e7cd53e1" have entirely different histories.
a01c7cf286
...
03285799f6
@ -844,27 +844,27 @@ export default function DoutoresPage() {
|
|||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<div className="grid gap-4 py-4">
|
<div className="grid gap-4 py-4">
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Nome</Label>
|
<Label className="text-right">Nome</Label>
|
||||||
<span className="col-span-1 sm:col-span-3 font-medium">{viewingDoctor?.full_name}</span>
|
<span className="col-span-3 font-medium">{viewingDoctor?.full_name}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Especialidade</Label>
|
<Label className="text-right">Especialidade</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">
|
<span className="col-span-3">
|
||||||
<Badge variant="outline">{viewingDoctor?.especialidade}</Badge>
|
<Badge variant="outline">{viewingDoctor?.especialidade}</Badge>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">CRM</Label>
|
<Label className="text-right">CRM</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingDoctor?.crm}</span>
|
<span className="col-span-3">{viewingDoctor?.crm}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Email</Label>
|
<Label className="text-right">Email</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingDoctor?.email}</span>
|
<span className="col-span-3">{viewingDoctor?.email}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Telefone</Label>
|
<Label className="text-right">Telefone</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingDoctor?.telefone}</span>
|
<span className="col-span-3">{viewingDoctor?.telefone}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<DialogFooter>
|
<DialogFooter>
|
||||||
|
|||||||
@ -539,27 +539,27 @@ export default function PacientesPage() {
|
|||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<div className="grid gap-4 py-4">
|
<div className="grid gap-4 py-4">
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Nome</Label>
|
<Label className="text-right">Nome</Label>
|
||||||
<span className="col-span-1 sm:col-span-3 font-medium">{viewingPatient.full_name}</span>
|
<span className="col-span-3 font-medium">{viewingPatient.full_name}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">CPF</Label>
|
<Label className="text-right">CPF</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingPatient.cpf}</span>
|
<span className="col-span-3">{viewingPatient.cpf}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Telefone</Label>
|
<Label className="text-right">Telefone</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingPatient.phone_mobile}</span>
|
<span className="col-span-3">{viewingPatient.phone_mobile}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Endereço</Label>
|
<Label className="text-right">Endereço</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">
|
<span className="col-span-3">
|
||||||
{`${viewingPatient.street || ''}, ${viewingPatient.number || ''} - ${viewingPatient.neighborhood || ''}, ${viewingPatient.city || ''} - ${viewingPatient.state || ''}`}
|
{`${viewingPatient.street || ''}, ${viewingPatient.number || ''} - ${viewingPatient.neighborhood || ''}, ${viewingPatient.city || ''} - ${viewingPatient.state || ''}`}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-4 items-start sm:items-center gap-2 sm:gap-4">
|
<div className="grid grid-cols-4 items-center gap-4">
|
||||||
<Label className="text-left sm:text-right">Observações</Label>
|
<Label className="text-right">Observações</Label>
|
||||||
<span className="col-span-1 sm:col-span-3">{viewingPatient.notes || "Nenhuma"}</span>
|
<span className="col-span-3">{viewingPatient.notes || "Nenhuma"}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<DialogFooter>
|
<DialogFooter>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user