This commit is contained in:
liushiwei
2024-08-15 21:21:58 +08:00
parent 25ba3eb387
commit 5e8b1ea682
10 changed files with 711 additions and 51 deletions

View File

@@ -252,6 +252,16 @@ const router = new VueRouter({
name: 'returnRecordShein',
component: () => import('../view/shein/ReturnRecordShein.vue')
},
{
path: 'labelInfoShein',
name: 'labelInfoShein',
component: () => import('../view/shein/LabelInfoShein.vue')
},
{
path: 'purchaseOrderListShein',
name: 'purchaseOrderListShein',
component: () => import('../view/shein/PurchaseOrderListShein.vue')
},
// {
// path: 'statistics',