引入订单数据
This commit is contained in:
@@ -38,7 +38,7 @@ import ProductLabel from '@/pages/mall/admin/product/labels/index.uvue'
|
||||
import ProductProtection from '@/pages/mall/admin/product/protection/index.uvue'
|
||||
|
||||
// --- 订单模块 ---
|
||||
import OrderList from '@/pages/mall/admin/order/list.uvue'
|
||||
import OrderList from '@/pages/mall/admin/order/order-management/index.uvue'
|
||||
import OrderStatistic from '@/pages/mall/admin/order/order-statistics/index.uvue'
|
||||
import OrderRefund from '@/pages/mall/admin/order/aftersales-order/index.uvue'
|
||||
import OrderCashier from '@/pages/mall/admin/order/cashier-order/index.uvue'
|
||||
|
||||
@@ -79,7 +79,7 @@ export const topMenus: TopMenu[] = [
|
||||
id: 'order',
|
||||
title: '订单',
|
||||
icon: 'order',
|
||||
path: '/pages/mall/admin/order/list',
|
||||
path: '/pages/mall/admin/order/order-management/index',
|
||||
order: 3,
|
||||
groups: [
|
||||
{ id: 'order-manage', title: '', order: 1 }
|
||||
@@ -400,7 +400,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'order_list',
|
||||
title: '订单管理',
|
||||
path: '/pages/mall/admin/order/list',
|
||||
path: '/pages/mall/admin/order/order-management/index',
|
||||
componentKey: 'OrderList',
|
||||
parentId: 'order',
|
||||
groupId: 'order-manage',
|
||||
|
||||
Reference in New Issue
Block a user