fixes #60

Merged
fede merged 5 commits from fixes into dev 2025-02-04 21:40:13 -03:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 5e0e92d72b - Show all commits

View File

@@ -93,7 +93,7 @@
{/if}
{#if modificar}
<tr transition:fade={{duration:100}}>
<td colspan="8">
<td colspan="10">
<ModificarPropiedadForm {id} {ubicacion} {canthabitaciones} {letra} {piso} {tipo} {servicios} {monto} {iddivisa}/>
</td>
</tr>

View File

@@ -6,6 +6,7 @@
import { urlG } from "../stores/urlStore";
import Ventas from "./Ventas.svelte";
import { navigate } from "svelte-routing";
import BarraHorizontalConTexto from "../Componentes/BarraHorizontalConTexto.svelte";
let token:string = sessionStorage.getItem("token")||"";
let modaldata:string = $state("");
@@ -44,6 +45,8 @@
{/if}
<div class="container-fluid mt-3">
<BarraHorizontalConTexto text="Ver Compras y Ventas"/>
<p class="text-muted text-center">donde estas involucrado</p>
<div class="row">
{#each ventas as venta (venta.id)}
<div class="col-md-6 mb-4">