From 1fdb81a91f5f4092e927d2d9a7cc9ff4d231fca4 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 07 一月 2025 16:43:41 +0800 Subject: [PATCH] 月付页面细节 --- src/store/state.js | 131 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 131 insertions(+), 0 deletions(-) diff --git a/src/store/state.js b/src/store/state.js index 17ea89c..6b2a551 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -50,10 +50,40 @@ 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: "whiteListRule" + }, + { + icon: 'el-icon-document', + name: '缂磋垂鏃ュ織绠$悊', + parentId: 2, + indexUrl: "paymentLog" + }, + { icon: 'el-icon-document', name: '鐧藉悕鍗曠鐞�', parentId: 2, indexUrl: "whiteList" + }, + { + icon: 'el-icon-document', + name: '榛戝悕鍗曠鐞�', + parentId: 2, + indexUrl: "ticketBlack" }, { icon: 'el-icon-document', @@ -66,6 +96,12 @@ name: '璁㈠崟缁熻', parentId: 2, indexUrl: "orderRecord" + }, + { + icon: 'el-icon-document', + name: '璁㈠崟缁熻璇︽儏', + parentId: 2, + indexUrl: "orderRecordDay" }, ] }, @@ -121,9 +157,104 @@ parentId: 2, indexUrl: "outPark" }, + { + icon: 'el-icon-document', + name: '鍦哄唴杞﹁締绠$悊', + 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: '鎵嬪姩鎶潌璁板綍', + 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