From d435de943589eb60a76ca0844efe2aa96cb68a3c Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 12 十一月 2024 09:46:52 +0800
Subject: [PATCH] feat: 统计日报表
---
src/store/state.js | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/src/store/state.js b/src/store/state.js
index 130fbbe..1080d8a 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -85,6 +85,12 @@
parentId: 2,
indexUrl: "orderRecord"
},
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
]
},
{
@@ -169,6 +175,12 @@
parentId: 2,
indexUrl: "orderRecord"
},
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
]
},
@@ -211,7 +223,12 @@
parentId: 2,
indexUrl: "orderRecord"
},
-
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
]
},
--
Gitblit v1.9.1