This commit is contained in:
parent
0b15c28449
commit
2e3e7c6a5d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue