feat: 结款记录
This commit is contained in:
@@ -531,10 +531,11 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
}, {
|
||||
path: "PaymentRecord",
|
||||
component: () => import("@/views/inventory/PaymentRecord.vue"),
|
||||
name: "PaymentRecord",
|
||||
},
|
||||
{
|
||||
path: "paymentRecord",
|
||||
component: () => import("@/views/inventory/paymentRecord.vue"),
|
||||
name: "paymentRecord",
|
||||
meta: {
|
||||
title: "结款记录",
|
||||
affix: false,
|
||||
|
||||
Reference in New Issue
Block a user