0
0
Fork 0

fix: refs #7553 merge changes

This commit is contained in:
Jon Elias 2024-09-03 07:45:46 +02:00
parent 3d683c1da3
commit d18ca14b4e
2 changed files with 18 additions and 30 deletions

View File

@ -3,7 +3,6 @@ import { onMounted, ref, computed, onUnmounted, watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { useRoute } from 'vue-router';
import VnInput from 'src/components/common/VnInput.vue';
import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue';
import TableVisibleColumns from 'src/components/common/TableVisibleColumns.vue';
import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue';
@ -98,17 +97,7 @@ const columns = computed(() => [
align: 'left',
isTitle: true,
columnFilter: {
component: VnSelect,
type: 'select',
filterValue: null,
event: getInputEvents,
inWhere: true,
attrs: {
options: itemsOptions.value,
'option-value': 'id',
'option-label': 'name',
dense: true,
},
},
},
{

View File

@ -674,7 +674,6 @@ async function save(item) {
</QItem>
</template>
</VnSelect>
</QTd>
</template>
<template #column-quantity="{ row }">
<QTd @click.stop>