feat: 结款记录

This commit is contained in:
duan
2025-02-27 16:30:20 +08:00
parent af5ba4c954
commit 6cd651d545
13 changed files with 479 additions and 20 deletions

View File

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