refactor: refs #8316 used VnSection and VnCardBeta #1149

Merged
alexm merged 8 commits from 8316-orderCardWithVnCardBeta into dev 2025-01-15 11:41:36 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 2e3e7c6a5d - Show all commits

View File

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