From 8613999daac6a42bef5694f43c78d0988251137e Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 24 二月 2026 10:21:35 +0800
Subject: [PATCH] feat: 更新缴费bug

---
 src/store/state.js |   63 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/src/store/state.js b/src/store/state.js
index 130fbbe..cb27202 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"
                 },
             ]
         },
@@ -119,6 +137,26 @@
             },
           ]
         },
+        {
+          id:4,
+          icon: 'el-icon-folder-opened',
+          indexUrl: '4',
+          name: '宸℃杩愮淮绠$悊',
+          children:[
+            {
+              icon: 'el-icon-user-solid',
+              name: '宸℃璁板綍绠$悊',
+              parentId: 4,
+              indexUrl: 'inspectionRegistration'
+            },
+            {
+              icon: 'el-icon-user-solid',
+              name: '缁翠慨缁存姢绠$悊',
+              parentId: 4,
+              indexUrl: 'repairAndMaintenance'
+            },
+          ]
+        },
       ],
     items2: [
         {
@@ -145,6 +183,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 +218,12 @@
                     name: '璁㈠崟缁熻',
                     parentId: 2,
                     indexUrl: "orderRecord"
+                },
+                {
+                    icon: 'el-icon-document',
+                    name: '璁㈠崟缁熻璇︽儏',
+                    parentId: 2,
+                    indexUrl: "orderRecordDay"
                 },
 
             ]
@@ -211,7 +267,12 @@
                     parentId: 2,
                     indexUrl: "orderRecord"
                 },
-
+                {
+                    icon: 'el-icon-document',
+                    name: '璁㈠崟缁熻璇︽儏',
+                    parentId: 2,
+                    indexUrl: "orderRecordDay"
+                },
             ]
         },
 

--
Gitblit v1.9.1