refactor: refs #8316 used VnSection and VnCardBeta #1149
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue