Cambio en diseño de inicio
This commit is contained in:
@ -10,13 +10,11 @@
|
|||||||
<div class="ui two column grid">
|
<div class="ui two column grid">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
@include('home.cuotas_por_vencer')
|
@include('home.cuotas_por_vencer')
|
||||||
|
@include('home.cierres_vigentes')
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
@include('home.alertas')
|
@include('home.alertas')
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
|
||||||
@include('home.cierres_vigentes')
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -68,21 +68,6 @@
|
|||||||
const index = this.data.proyectos.findIndex(proyecto => proyecto.id === data.proyecto_id)
|
const index = this.data.proyectos.findIndex(proyecto => proyecto.id === data.proyecto_id)
|
||||||
this.data.proyectos[index].escrituras = data.escrituras
|
this.data.proyectos[index].escrituras = data.escrituras
|
||||||
})
|
})
|
||||||
/*const index = this.data.proyectos.findIndex(proyecto => proyecto.id === proyecto_id)
|
|
||||||
if (proyecto_id === 3) {
|
|
||||||
this.data.proyectos[index].escrituras = {
|
|
||||||
firmar: 20,
|
|
||||||
pagar: 70,
|
|
||||||
abonar: 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (proyecto_id === 4) {
|
|
||||||
this.data.proyectos[index].escrituras = {
|
|
||||||
firmar: 0,
|
|
||||||
pagar: 0,
|
|
||||||
abonar: 2
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -132,7 +117,7 @@
|
|||||||
$('<div></div>').addClass('event').append(
|
$('<div></div>').addClass('event').append(
|
||||||
$('<div></div>').addClass('content').html(tipo)
|
$('<div></div>').addClass('content').html(tipo)
|
||||||
).append(
|
).append(
|
||||||
$('<div></div>').addClass('meta').html(total + '/' + full + ' ' + formatter.format(Math.round(total / full * 10000) / 100).padStart(2, ' ') + '%')
|
$('<div></div>').addClass('meta').html(total + '/' + full + ' [' + formatter.format(Math.round(total / full * 10000) / 100).padStart(2, ' ') + '%]')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user