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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e38e9b1dd7 - Show all commits

View File

@ -334,6 +334,7 @@ onBeforeMount(async () => {
:array-data-props="{
url: 'Items/filter',
order: ['isActive DESC', 'name', 'id'],
userFilter: itemFilter,
}"
>
<template #advanced-menu>
@ -358,7 +359,6 @@ onBeforeMount(async () => {
},
}"
:is-editable="false"
:filter="itemFilter"
>
<template #column-image="{ row }">
<VnImg