fix: 重写耗材模块
This commit is contained in:
@@ -545,17 +545,17 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
children: [
|
||||
{
|
||||
path: "consumables",
|
||||
component: () => import("@/views/inventory/consumables.vue"),
|
||||
component: () => import("@/views/inventory/consumables/index.vue"),
|
||||
name: "consumables",
|
||||
meta: {
|
||||
title: "耗材列表",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "supplier",
|
||||
component: () => import("@/views/inventory/supplier.vue"),
|
||||
component: () => import("@/views/inventory/supplier/index.vue"),
|
||||
name: "supplier",
|
||||
meta: {
|
||||
title: "供应商管理",
|
||||
@@ -564,23 +564,35 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "paymentRecord",
|
||||
component: () => import("@/views/inventory/paymentRecord.vue"),
|
||||
name: "paymentRecord",
|
||||
path: "operation_in",
|
||||
component: () => import("@/views/inventory/operation_in/index.vue"),
|
||||
name: "operation_in",
|
||||
meta: {
|
||||
title: "结款记录",
|
||||
title: "入库",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "paymentRecord",
|
||||
component: () => import("@/views/inventory/payment-record.vue"),
|
||||
name: "paymentRecord",
|
||||
meta: {
|
||||
title: "结款记录",
|
||||
affix: false,
|
||||
hidden: true,
|
||||
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "classification",
|
||||
component: () => import("@/views/inventory/classification.vue"),
|
||||
component: () => import("@/views/inventory/classification/index.vue"),
|
||||
name: "classification",
|
||||
meta: {
|
||||
title: "分类管理",
|
||||
affix: false,
|
||||
hidden: true
|
||||
hidden: true,
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user