From 58a4ef500df8fac3d77f492b156bdedc3faae37d Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 23 四月 2024 11:39:26 +0800 Subject: [PATCH] 添加车票匹配功能 --- src/store/state.js | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 44 insertions(+), 2 deletions(-) diff --git a/src/store/state.js b/src/store/state.js index 3cda72c..2e0763c 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -50,10 +50,28 @@ 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', @@ -101,5 +119,29 @@ }, ] }, - ], - } \ No newline at end of file + ], + items2: [ + { + 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" + }, + + ] + }, + + ], +} -- Gitblit v1.9.1