统计报表静态页面完成

This commit is contained in:
2026-08-25 14:15:23 +08:00
parent 0dd1fb7a62
commit 517f7496c1
8 changed files with 795 additions and 1 deletions
+3
View File
@@ -43,6 +43,7 @@ declare module "@elegant-router/types" {
"home_processdetail": "/home/processdetail";
"home_pssr": "/home/pssr";
"login": "/login/:module(pwd-login)?";
"report": "/report";
"riskstatistics": "/riskstatistics";
"systemmanage": "/systemmanage";
"systemmanage_role": "/systemmanage/role";
@@ -87,6 +88,7 @@ declare module "@elegant-router/types" {
| "docs"
| "home"
| "login"
| "report"
| "riskstatistics"
| "systemmanage"
>;
@@ -128,6 +130,7 @@ declare module "@elegant-router/types" {
| "home_processdetail"
| "home_pssr"
| "login"
| "report"
| "riskstatistics"
| "systemmanage_role"
| "systemmanage_template"