Catalog view #142
|
@ -45,6 +45,8 @@ async function fetch({
|
|||
});
|
||||
}
|
||||
|
||||
params.filter = params.filter || {};
|
||||
|
||||
if (params.filter?.where || exprFilter) {
|
||||
params.filter.where = { ...params.filter.where, ...exprFilter };
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ const { t } = useI18n();
|
|||
>
|
||||
<div class="column" style="margin-bottom: auto">
|
||||
<div class="text-subtitle2 ellipsis-2-lines">
|
||||
{{ item.item }}
|
||||
{{ item.name }}
|
||||
</div>
|
||||
<div
|
||||
class="row justify-between text-uppercase text-subtitle1 text-grey-7"
|
||||
|
@ -76,7 +76,7 @@ const { t } = useI18n();
|
|||
</div>
|
||||
<div class="row justify-between items-cente q-gutter-x-xs">
|
||||
<QBadge
|
||||
:label="`x${item.grouping}`"
|
||||
:label="`x${item?.prices[0]?.grouping}`"
|
||||
color="grey-4"
|
||||
class="col-2 justify-end text-body2"
|
||||
>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue