|
|
@ -15,7 +15,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/order/index.vue'),
|
|
|
|
component: () => import('@/views/sales/order/index.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '订单管理',
|
|
|
|
title: '订单管理',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'Checked',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -24,7 +24,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/order/detail.vue'),
|
|
|
|
component: () => import('@/views/sales/order/detail.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '订单详情',
|
|
|
|
title: '订单详情',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'Checked',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -34,7 +34,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/order/ship.vue'),
|
|
|
|
component: () => import('@/views/sales/order/ship.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '批量发货',
|
|
|
|
title: '批量发货',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'Van',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -67,7 +67,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/category/index.vue'),
|
|
|
|
component: () => import('@/views/sales/category/index.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '商品分类',
|
|
|
|
title: '商品分类',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'TakeawayBox',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -76,7 +76,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/category/form.vue'),
|
|
|
|
component: () => import('@/views/sales/category/form.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '创建分类',
|
|
|
|
title: '创建分类',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'TakeawayBox',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -86,7 +86,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/category/form.vue'),
|
|
|
|
component: () => import('@/views/sales/category/form.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '编辑分类',
|
|
|
|
title: '编辑分类',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'TakeawayBox',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -98,7 +98,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/product/index.vue'),
|
|
|
|
component: () => import('@/views/sales/product/index.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '商品管理',
|
|
|
|
title: '商品管理',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'MessageBox',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -107,7 +107,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/product/form/index.vue'),
|
|
|
|
component: () => import('@/views/sales/product/form/index.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '创建商品',
|
|
|
|
title: '创建商品',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'MessageBox',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -117,7 +117,7 @@ export default [
|
|
|
|
component: () => import('@/views/sales/product/form/index.vue'),
|
|
|
|
component: () => import('@/views/sales/product/form/index.vue'),
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: '编辑商品',
|
|
|
|
title: '编辑商品',
|
|
|
|
icon: 'barcode-box-fill',
|
|
|
|
icon: 'MessageBox',
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|