changes
This commit is contained in:
@@ -90,7 +90,10 @@ provide("orders", {
|
||||
</button>
|
||||
</div>
|
||||
</Teleport>
|
||||
<!-- <div class="fixed-grid has-2-cols-mobile has-5-cols">
|
||||
<div
|
||||
v-if="false"
|
||||
class="fixed-grid has-2-cols-mobile has-5-cols"
|
||||
>
|
||||
<div class="grid">
|
||||
<OrderHighlightCard
|
||||
v-for="highlight in highlights"
|
||||
@@ -99,7 +102,7 @@ provide("orders", {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<OrderPipeline /> -->
|
||||
<OrderPipeline />
|
||||
<OrdersTable :viewMode="viewMode" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user