From d3d2f9861c3d4bccfb9594b7efd76e62d3b44b65 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 03 六月 2026 16:41:31 +0800
Subject: [PATCH] feat: 添加合格率计算及显示功能
---
src/router/index.js | 69 ++++++++++++++++++----------------
1 files changed, 36 insertions(+), 33 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 050a9c2..61568ce 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,20 +47,6 @@
component: () => import("@/views/register"),
hidden: true,
},
- // 绯荤粺鏋舵瀯鍥�
- // {
- // path: "/system-architecture",
- // component: Layout,
- // redirect: "/system-architecture/index",
- // children: [
- // {
- // path: "index",
- // component: () => import("@/views/systemArchitecture/index.vue"),
- // name: "SystemArchitecture",
- // meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
- // },
- // ],
- // },
{
path: "/:pathMatch(.*)*",
component: () => import("@/views/error/404"),
@@ -85,6 +71,32 @@
},
],
},
+ // 绯荤粺鏋舵瀯鍥�
+ {
+ path: "/system-architecture",
+ component: Layout,
+ redirect: "/system-architecture/index",
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/systemArchitecture/index.vue"),
+ name: "SystemArchitecture",
+ meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
+ },
+ ],
+ },
+ {
+ path: "/ai-industrial-brain",
+ component: Layout,
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/aiIndustrialBrain/index.vue"),
+ name: "AiIndustrialBrain",
+ meta: { title: "AI宸ヤ笟澶ц剳", icon: "skill" },
+ },
+ ],
+ },
{
path: "/user",
component: Layout,
@@ -106,20 +118,6 @@
name: "DeviceInfo",
meta: { title: "璁惧淇℃伅", icon: "monitor" },
},
- // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
- {
- path: "/oaSystem/projectManagement/projectDetail",
- component: Layout,
- hidden: true,
- children: [
- {
- path: ":projectId",
- component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
- name: "ProjectDetail",
- meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
- },
- ],
- },
{
path: "/projectManagement/Management/detail",
component: Layout,
@@ -134,7 +132,7 @@
],
},
// 璐㈠姟绠$悊妯″潡璺敱
- {
+ /*{
path: "/financial",
component: Layout,
hidden: false,
@@ -154,7 +152,7 @@
name: "SalesReturn",
meta: { title: "閿�鍞��璐�" },
},
-
+
{
path: "invoice-apply",
component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
@@ -185,7 +183,12 @@
name: "PurchaseIn",
meta: { title: "閲囪喘鍏ュ簱" },
},
-
+ {
+ path: "purchase-return",
+ component: () => import("@/views/financialManagement/payable/purchaseReturn.vue"),
+ name: "PurchaseReturn",
+ meta: { title: "閲囪喘閫�璐�" },
+ },
{
path: "input-invoice",
component: () => import("@/views/financialManagement/payable/input-invoice.vue"),
@@ -198,7 +201,7 @@
name: "PaymentApply",
meta: { title: "浠樻鐢宠" },
},
-
+
{
path: "payment",
component: () => import("@/views/financialManagement/payable/payment.vue"),
@@ -248,7 +251,7 @@
meta: { title: "绉戠洰鏄庣粏甯�" },
},
],
- },
+ },*/
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.3