0
0
Fork 0

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:
Carlos Fonseca 2023-12-07 17:39:01 +00:00
commit 0e624bdfd3
1 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@ const checkSelect = ref(false);
watch(
() => $props.isSelected,
(value, prevValue) => {
(value) => {
checkSelect.value = value;
}
);
@ -32,8 +32,8 @@ const selectedItem = (item) => {
<div class="title text-primary text-weight-bold text-h5">
{{ $props.title }}
</div>
<QChip outline color="grey" size="sm">
ID: {{ $props.id }}
<QChip outline color="white" size="sm">
{{ t('ID') }}: {{ $props.id }}
</QChip>
</div>
<QCheckbox
@ -120,3 +120,8 @@ const selectedItem = (item) => {
width: 75%;
}
</style>
<i18n>
es:
ID: ID
</i18n>