引入订单数据

This commit is contained in:
2026-02-27 19:42:30 +08:00
parent b79222fbd8
commit 1673022ea3
7 changed files with 1237 additions and 571 deletions

View File

@@ -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'

View File

@@ -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',