feat: 供应商管理
This commit is contained in:
@@ -522,6 +522,26 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "supplier",
|
||||
component: () => import("@/views/inventory/supplier.vue"),
|
||||
name: "supplier",
|
||||
meta: {
|
||||
title: "供应商管理",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
}, {
|
||||
path: "PaymentRecord",
|
||||
component: () => import("@/views/inventory/PaymentRecord.vue"),
|
||||
name: "PaymentRecord",
|
||||
meta: {
|
||||
title: "结款记录",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -585,6 +605,28 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/mytemplate",
|
||||
component: Layout,
|
||||
meta: {
|
||||
title: "我的模板",
|
||||
icon: "tab",
|
||||
alwaysShow: true,
|
||||
hidden: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "index",
|
||||
component: () => import("@/views/mytemplate/index.vue"),
|
||||
name: "orderIndex",
|
||||
meta: {
|
||||
title: "我的模板",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user