From 676722551d0bc2f8caa0644961e60deef3f0d532 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期一, 10 十月 2022 18:08:27 +0800 Subject: [PATCH] 修改遗留问题,新增店铺管理删除、编辑,新增车辆管理模块 --- src/views/layout/components/Menu/index.vue | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/views/layout/components/Menu/index.vue b/src/views/layout/components/Menu/index.vue index 57e0180..3ee22e5 100644 --- a/src/views/layout/components/Menu/index.vue +++ b/src/views/layout/components/Menu/index.vue @@ -86,17 +86,18 @@ <el-menu-item index="/home/operate/casepool/pool">妗堜欢姹�</el-menu-item> <el-menu-item index="/home/operate/casepool/escalation">涓婃姤绠$悊</el-menu-item> <el-menu-item index="/home/operate/casepool/dispatch">璋冨害绠$悊</el-menu-item> - <el-menu-item index="/home/operate/casepool">鍐嶅涔犵鐞�</el-menu-item> + <el-menu-item index="/home/operate/casepool/learn">鍐嶅涔犵鐞�</el-menu-item> <el-menu-item index="/home/operate/casepool/notDeal">鏆備笉澶勭悊</el-menu-item> </el-submenu> + <el-menu-item index="/home/operate/management">瀹℃牳绠$悊</el-menu-item> <el-menu-item index="/home/operate/myWait">鎴戠殑寰呭姙</el-menu-item> <el-submenu index="/home/operate/rectification" class="secondMenu"> <template slot="title"> <span class="secondSpan">涓撻」鏁存不</span> </template> - <el-menu-item index="/home/operate/rectification/taskList">浠诲姟鍒楄〃</el-menu-item> - <el-menu-item index="/home/operate/rectification/surveyList">鏅煡鍒楄〃</el-menu-item> - <el-menu-item index="/home/operate/rectification/renovationList">鏁存不鍒楄〃</el-menu-item> + <el-menu-item index="/home/operate/rectification/taskList">浠诲姟鍒楄〃</el-menu-item> + <el-menu-item index="/home/operate/rectification/surveyList">鏅煡鍒楄〃</el-menu-item> + <el-menu-item index="/home/operate/rectification/renovationList">鏁存不鍒楄〃</el-menu-item> </el-submenu> <el-menu-item index="/home/operate/lawEnforcement">宸℃煡鎵ф硶</el-menu-item> <el-menu-item index="/home/operate/dasds">妗堝嵎鏌ヨ</el-menu-item> @@ -108,7 +109,14 @@ <el-menu-item index="/home/operate/fivepack/shop">搴楅摵绠$悊</el-menu-item> </el-submenu> <el-menu-item index="/home/operate/dasdas">绠楁硶妯″瀷绠$悊</el-menu-item> - <el-menu-item index="/home/operate/dasdas">杞﹁締绠$悊</el-menu-item> + <el-submenu index="/home/operate/car" class="secondMenu"> + <template slot="title"> + <span class="secondSpan">杞﹁締绠$悊</span> + </template> + <el-menu-item index="/home/operate/car/carIndex">杞﹁締绠$悊</el-menu-item> + <el-menu-item index="/home/operate/car/lawTrajectory">杞ㄨ抗鍒嗘瀽(鎵ф硶杞�)</el-menu-item> + <el-menu-item index="/home/operate/car/soilTrajectory">杞ㄨ抗鍒嗘瀽(娓e湡杞�)</el-menu-item> + </el-submenu> <el-menu-item index="/home/operate">鍥剧墖绠$悊</el-menu-item> <el-menu-item index="/home/operate">瑙嗛绠$悊</el-menu-item> <el-menu-item index="/home/operate">娑堟伅绠$悊</el-menu-item> @@ -230,9 +238,11 @@ .firstMenu { background: #07162e; text-align: left; - &:hover>.el-submenu__title{ + + &:hover>.el-submenu__title { background-color: #092c4a; } + &:hover .fisrtSpan { color: #22d3eb; } @@ -259,18 +269,20 @@ } .secondMenu { - &:hover>.el-submenu__title{ + &:hover>.el-submenu__title { background-color: #092c4a; } + &:hover .secondSpan { color: #22d3eb; } } .thirdMenu { - &:hover>.el-submenu__title{ + &:hover>.el-submenu__title { background-color: #092c4a; } + &:hover .thirdSpan { color: #22d3eb; } -- Gitblit v1.8.0