Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
e97aa4b2a4
commit
316fa02ff7
12523
pnpm-lock.yaml
12523
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -82,7 +82,7 @@ onMounted(() => {
|
|||
<template>
|
||||
<VnInput
|
||||
v-model="searchTerm"
|
||||
@keyup.enter="search()"
|
||||
@keyup.enter.stop="search()"
|
||||
:placeholder="props.placeholder || t('search')"
|
||||
bg-color="white"
|
||||
is-outlined
|
||||
|
|
|
@ -14,7 +14,6 @@ const { isHeaderMounted } = storeToRefs(appStore);
|
|||
const loading = ref(false);
|
||||
const items = ref([]);
|
||||
const itemFilterProps = {
|
||||
fields: ['id', 'name', 'longName', 'description', 'isActive'], // Incluye explícitamente 'longName'
|
||||
include: [
|
||||
{
|
||||
relation: 'itemType',
|
||||
|
|
Loading…
Reference in New Issue