moved to orders tab

This commit is contained in:
arcbtc 2025-12-30 11:46:45 +00:00
parent 20dc241c89
commit 7771201c32
2 changed files with 24 additions and 16 deletions

View file

@ -5,7 +5,7 @@ window.app = Vue.createApp({
mixins: [window.windowMixin],
data: function () {
return {
activeTab: 'merchant',
activeTab: 'orders',
selectedStallFilter: null,
merchant: {},
shippingZones: [],