From 83a157e76455731451659f07599db58925133236 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 22 十二月 2025 08:26:31 +0800
Subject: [PATCH] feat: 修改
---
src/store/state.js | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 42 insertions(+), 1 deletions(-)
diff --git a/src/store/state.js b/src/store/state.js
index 130fbbe..9438b5b 100644
--- a/src/store/state.js
+++ b/src/store/state.js
@@ -61,6 +61,18 @@
parentId: 2,
indexUrl: "barrierOpenLog"
},
+ // {
+ // icon: 'el-icon-document',
+ // name: '鏈堢エ杞﹁鍒欑鐞�',
+ // parentId: 2,
+ // indexUrl: "whiteListRule"
+ // },
+ // {
+ // icon: 'el-icon-document',
+ // name: '缂磋垂鏃ュ織绠$悊',
+ // parentId: 2,
+ // indexUrl: "paymentLog"
+ // },
{
icon: 'el-icon-document',
name: '鐧藉悕鍗曠鐞�',
@@ -84,6 +96,12 @@
name: '璁㈠崟缁熻',
parentId: 2,
indexUrl: "orderRecord"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
},
]
},
@@ -145,6 +163,18 @@
parentId: 2,
indexUrl: "enterParkCar"
},
+ // {
+ // icon: 'el-icon-document',
+ // name: '鏈堢エ杞﹁鍒欑鐞�',
+ // parentId: 2,
+ // indexUrl: "whiteListRule"
+ // },
+ // {
+ // icon: 'el-icon-document',
+ // name: '缂磋垂鏃ュ織绠$悊',
+ // parentId: 2,
+ // indexUrl: "paymentLog"
+ // },
{
icon: 'el-icon-document',
name: '鎵嬪姩鎶潌璁板綍',
@@ -168,6 +198,12 @@
name: '璁㈠崟缁熻',
parentId: 2,
indexUrl: "orderRecord"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
},
]
@@ -211,7 +247,12 @@
parentId: 2,
indexUrl: "orderRecord"
},
-
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
]
},
--
Gitblit v1.9.1