order volume now imports fetched tags and item descriptor components
This commit is contained in:
parent
b68f34d3d4
commit
f3ad02e28c
|
@ -6,5 +6,5 @@ item: []
|
|||
#production: []
|
||||
salix: []
|
||||
#route: []
|
||||
ticket: [item]
|
||||
order: []
|
||||
ticket: [item, client]
|
||||
order: [item, ticket]
|
||||
|
|
|
@ -52,5 +52,5 @@
|
|||
</vn-pagination>
|
||||
</vn-card>
|
||||
</vn-vertical>
|
||||
<!-- <vn-item-descriptor-popover vn-id="descriptor"></vn-item-descriptor-popover>
|
||||
<vn-item-descriptor-popover vn-id="descriptor"></vn-item-descriptor-popover>
|
||||
|
||||
|
|
Loading…
Reference in New Issue