Merge pull request 'Se hacen correcciones segun solicititud para aprobacion del PR' (#29) from features/ms_correcciones_pr into dev
Reviewed-on: hyervoni/salix-front-mindshore#29
This commit is contained in:
commit
0e624bdfd3
|
@ -13,7 +13,7 @@ const checkSelect = ref(false);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => $props.isSelected,
|
() => $props.isSelected,
|
||||||
(value, prevValue) => {
|
(value) => {
|
||||||
checkSelect.value = value;
|
checkSelect.value = value;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -32,8 +32,8 @@ const selectedItem = (item) => {
|
||||||
<div class="title text-primary text-weight-bold text-h5">
|
<div class="title text-primary text-weight-bold text-h5">
|
||||||
{{ $props.title }}
|
{{ $props.title }}
|
||||||
</div>
|
</div>
|
||||||
<QChip outline color="grey" size="sm">
|
<QChip outline color="white" size="sm">
|
||||||
ID: {{ $props.id }}
|
{{ t('ID') }}: {{ $props.id }}
|
||||||
</QChip>
|
</QChip>
|
||||||
</div>
|
</div>
|
||||||
<QCheckbox
|
<QCheckbox
|
||||||
|
@ -120,3 +120,8 @@ const selectedItem = (item) => {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<i18n>
|
||||||
|
es:
|
||||||
|
ID: ID
|
||||||
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue