From f0cad0c5ea4778036452217b4704c6875dc246e3 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 18 十一月 2024 14:50:47 +0800
Subject: [PATCH] feat: 缴费记录
---
src/store/state.js | 89 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 89 insertions(+), 0 deletions(-)
diff --git a/src/store/state.js b/src/store/state.js
index 2e0763c..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"
+ },
]
},
{
@@ -139,9 +145,92 @@
parentId: 2,
indexUrl: "outPark"
},
+ {
+ icon: 'el-icon-document',
+ name: '鍦哄唴杞﹁締绠$悊',
+ parentId: 2,
+ indexUrl: "enterParkCar"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '鎵嬪姩鎶潌璁板綍',
+ parentId: 2,
+ indexUrl: "barrierOpenLog"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '鐧藉悕鍗曠鐞�',
+ parentId: 2,
+ indexUrl: "whiteList"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '榛戝悕鍗曠鐞�',
+ parentId: 2,
+ indexUrl: "ticketBlack"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻',
+ parentId: 2,
+ indexUrl: "orderRecord"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
]
},
],
+ items3: [
+ {
+ id:2,
+ icon: 'el-icon-folder-opened',
+ indexUrl: '2',
+ name: '鏅烘収娉婅溅绠$悊',
+ children:[
+ {
+ icon: 'el-icon-document',
+ name: '杞﹁締鍏ュ満绠$悊',
+ parentId: 2,
+ indexUrl: "enterPark"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '杞﹁締鍑哄満绠$悊',
+ parentId: 2,
+ indexUrl: "outPark"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '鍦哄唴杞﹁締绠$悊',
+ parentId: 2,
+ indexUrl: "enterParkCar"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '鎵嬪姩鎶潌璁板綍',
+ parentId: 2,
+ indexUrl: "barrierOpenLog"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻',
+ parentId: 2,
+ indexUrl: "orderRecord"
+ },
+ {
+ icon: 'el-icon-document',
+ name: '璁㈠崟缁熻璇︽儏',
+ parentId: 2,
+ indexUrl: "orderRecordDay"
+ },
+ ]
+ },
+
+ ],
}
--
Gitblit v1.9.1