correccion de codigo
This commit is contained in:
parent
9acf4ee9c2
commit
01b64fc3a8
@ -64,16 +64,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
mostrarBoton() {
|
||||
// if (
|
||||
// this.idStatus != this.equipo.status.id_status ||
|
||||
// (this.equipo.programa &&
|
||||
// this.idPrograma != this.equipo.programa.id_programa) ||
|
||||
// this.idCarrito != this.equipo.carrito.id_carrito
|
||||
// )
|
||||
// return false
|
||||
// return true
|
||||
},
|
||||
mostrarBoton() {},
|
||||
cambiarStatus(dataSelect, status) {
|
||||
const data = { id_carrito: dataSelect.id_carrito, activo: status }
|
||||
this.updateIsLoading(true)
|
||||
|
@ -21,7 +21,7 @@
|
||||
rounded
|
||||
expanded
|
||||
>
|
||||
<optgroup label="Carritos de Crome">
|
||||
<optgroup label="Carritos de Chromebook">
|
||||
<option
|
||||
:disabled="!idModulo"
|
||||
v-for="(carrito, index) in carritosC"
|
||||
|
@ -40,7 +40,7 @@ export default {
|
||||
components: { TablaEquiCarritos },
|
||||
props: {
|
||||
operador: { type: Object, required: true },
|
||||
carritos: { type: Array, require: true },
|
||||
carritos: { type: Array, required: true },
|
||||
isLoadingTable: { type: Boolean, required: true },
|
||||
},
|
||||
data() {
|
||||
|
Loading…
Reference in New Issue
Block a user