fix: refs #8316 use rightMenu
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-03 09:44:00 +01:00
parent 0b15c28449
commit 2e3e7c6a5d
1 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ const tableRef = ref();
const agencyList = ref([]); const agencyList = ref([]);
const route = useRoute(); const route = useRoute();
const addressOptions = ref([]); const addressOptions = ref([]);
const dataKey='OrderList'; const dataKey = 'OrderList';
const columns = computed(() => [ const columns = computed(() => [
{ {
@ -188,10 +188,9 @@ const getDateColor = (date) => {
:array-data-props="{ :array-data-props="{
url: 'Orders/filter', url: 'Orders/filter',
order: ['landed DESC', 'clientFk ASC', 'id DESC'], order: ['landed DESC', 'clientFk ASC', 'id DESC'],
exprBuilder,
}" }"
> >
<template #right-panel> <template #rightMenu>
<OrderFilter data-key="OrderList" /> <OrderFilter data-key="OrderList" />
</template> </template>
<template #body> <template #body>
@ -278,7 +277,8 @@ const getDateColor = (date) => {
: '' : ''
} ` } `
}} }}
{{ scope.opt?.nickname }}: {{ scope.opt?.street }}, {{ scope.opt?.nickname }}:
{{ scope.opt?.street }},
{{ scope.opt?.city }} {{ scope.opt?.city }}
</QItemLabel> </QItemLabel>
</QItemSection> </QItemSection>