This commit is contained in:
parent
8e3fad60c0
commit
e38e9b1dd7
|
@ -334,6 +334,7 @@ onBeforeMount(async () => {
|
||||||
:array-data-props="{
|
:array-data-props="{
|
||||||
url: 'Items/filter',
|
url: 'Items/filter',
|
||||||
order: ['isActive DESC', 'name', 'id'],
|
order: ['isActive DESC', 'name', 'id'],
|
||||||
|
userFilter: itemFilter,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<template #advanced-menu>
|
<template #advanced-menu>
|
||||||
|
@ -358,7 +359,6 @@ onBeforeMount(async () => {
|
||||||
},
|
},
|
||||||
}"
|
}"
|
||||||
:is-editable="false"
|
:is-editable="false"
|
||||||
:filter="itemFilter"
|
|
||||||
>
|
>
|
||||||
<template #column-image="{ row }">
|
<template #column-image="{ row }">
|
||||||
<VnImg
|
<VnImg
|
||||||
|
|
Loading…
Reference in New Issue