refactor: refs #8316 used VnSection and VnBetaCard #1147

Merged
alexm merged 16 commits from 8316-itemCardWithVnCardBeta into dev 2025-01-24 08:06:48 +00:00
2 changed files with 0 additions and 20 deletions
Showing only changes of commit 0fdff03715 - Show all commits

View File

@ -1,19 +0,0 @@
<script setup>
import VnSearchbar from 'components/ui/VnSearchbar.vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();
</script>
<template>
<VnSearchbar
data-key="ItemTypeList"
url="ItemTypes"
:label="t('Search item type')"
:info="t('Search itemType by id, name or code')"
/>
</template>
<i18n>
es:
Search item type: Buscar familia
Search itemType by id, name or code: Buscar familia por id, nombre o código
</i18n>

View File

@ -110,7 +110,6 @@ const columns = computed(() => [
:array-data-props="{
url: 'ItemTypes',
order: 'name ASC',
exprBuilder,
}"
>
<template #rightMenu>