aumentado cospan a 10
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user