leftBar.vue 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <template>
  2. <div class="bottom">
  3. <el-row class="tac">
  4. <el-col :span="12">
  5. <el-menu :default-active="path" background-color="#fff" text-color="#777" active-text-color="#fff" router v-if="$store.state.userInfo.type == 4">
  6. <el-menu-item index="/score" v-if="nav.indexOf('/score') != -1">
  7. <div class="img" v-if="path == '/score'">
  8. <img src="../../assets/icon/works-active.png" alt="" />
  9. </div>
  10. <div class="img" v-else>
  11. <img src="../../assets/icon/works.png" alt="" />
  12. </div>
  13. <span>评审列表</span>
  14. </el-menu-item>
  15. <el-menu-item index="/anliList" v-if="nav.indexOf('/anliList') != -1">
  16. <div class="img" v-if="path == '/anliList'">
  17. <img src="../../assets/icon/course-active.svg" alt="" />
  18. </div>
  19. <div class="img" v-else>
  20. <img src="../../assets/icon/course.png" alt="" />
  21. </div>
  22. <span>案例管理</span>
  23. </el-menu-item>
  24. <!-- <el-menu-item index="/county" v-if="nav.indexOf('/county') != -1">
  25. <div class="img" v-if="path == '/county'">
  26. <img src="../../assets/icon/city-active.png" alt="" />
  27. </div>
  28. <div class="img" v-else>
  29. <img src="../../assets/icon/city.png" alt="" />
  30. </div>
  31. <span>区县管理</span>
  32. </el-menu-item> -->
  33. <el-menu-item index="/user" v-if="nav.indexOf('/user') != -1">
  34. <div class="img" v-if="path == '/user'">
  35. <img src="../../assets/icon/user-active.png" alt="" />
  36. </div>
  37. <div class="img" v-else>
  38. <img src="../../assets/icon/user.png" alt="" />
  39. </div>
  40. <span>账号管理</span>
  41. </el-menu-item>
  42. <!-- <el-menu-item index="/school" v-if="nav.indexOf('/school') != -1">
  43. <div class="img" v-if="path == '/school'">
  44. <img src="../../assets/icon/school-active.png" alt="" />
  45. </div>
  46. <div class="img" v-else>
  47. <img src="../../assets/icon/school.png" alt="" />
  48. </div>
  49. <span>学校管理</span>
  50. </el-menu-item> -->
  51. <el-menu-item index="/data" v-if="nav.indexOf('/data') != -1">
  52. <div class="img" v-if="path == '/data'">
  53. <img src="../../assets/icon/data-active.png" alt="" />
  54. </div>
  55. <div class="img" v-else>
  56. <img src="../../assets/icon/data.png" alt="" />
  57. </div>
  58. <span>我的资料</span>
  59. </el-menu-item>
  60. <!-- <el-menu-item index="/notice" v-if="nav.indexOf('/notice') != -1">
  61. <div class="img" v-if="path == '/notice'">
  62. <img src="../../assets/icon/notice-active.png" alt="" />
  63. </div>
  64. <div class="img" v-else>
  65. <img src="../../assets/icon/notice.png" alt="" />
  66. </div>
  67. <span>通知公告</span>
  68. </el-menu-item> -->
  69. </el-menu>
  70. <el-menu :default-active="path" background-color="#fff" text-color="#777" active-text-color="#fff" router v-else-if="$store.state.userInfo.type == 5 || $store.state.userInfo.type == 6 || $store.state.userInfo.type == 0 || $store.state.userInfo.type == 2">
  71. <el-menu-item index="/score1" v-if="nav.indexOf('/score1') != -1">
  72. <div class="img" v-if="path == '/score1'">
  73. <img src="../../assets/icon/works-active.png" alt="" />
  74. </div>
  75. <div class="img" v-else>
  76. <img src="../../assets/icon/works.png" alt="" />
  77. </div>
  78. <span>评审列表</span>
  79. </el-menu-item>
  80. <!-- <el-menu-item index="/anliList1" v-if="nav.indexOf('/anliList1') != -1">
  81. <div class="img" v-if="path == '/anliList1'">
  82. <img src="../../assets/icon/course-active.svg" alt="" />
  83. </div>
  84. <div class="img" v-else>
  85. <img src="../../assets/icon/course.png" alt="" />
  86. </div>
  87. <span>案例管理</span>
  88. </el-menu-item> -->
  89. <el-menu-item index="/user1" v-if="nav.indexOf('/user1') != -1 && $store.state.userInfo.type == 5">
  90. <div class="img" v-if="path == '/user1'">
  91. <img src="../../assets/icon/user-active.png" alt="" />
  92. </div>
  93. <div class="img" v-else>
  94. <img src="../../assets/icon/user.png" alt="" />
  95. </div>
  96. <span>账号管理</span>
  97. </el-menu-item>
  98. <!-- <el-menu-item index="/school1" v-if="nav.indexOf('/school1') != -1">
  99. <div class="img" v-if="path == '/school1'">
  100. <img src="../../assets/icon/school-active.png" alt="" />
  101. </div>
  102. <div class="img" v-else>
  103. <img src="../../assets/icon/school.png" alt="" />
  104. </div>
  105. <span>学校管理</span>
  106. </el-menu-item> -->
  107. <el-menu-item index="/data" v-if="nav.indexOf('/data') != -1">
  108. <div class="img" v-if="path == '/data'">
  109. <img src="../../assets/icon/data-active.png" alt="" />
  110. </div>
  111. <div class="img" v-else>
  112. <img src="../../assets/icon/data.png" alt="" />
  113. </div>
  114. <span>我的资料</span>
  115. </el-menu-item>
  116. <!-- <el-menu-item index="/notice" v-if="nav.indexOf('/notice') != -1">
  117. <div class="img" v-if="path == '/notice'">
  118. <img src="../../assets/icon/notice-active.png" alt="" />
  119. </div>
  120. <div class="img" v-else>
  121. <img src="../../assets/icon/notice.png" alt="" />
  122. </div>
  123. <span>通知公告</span>
  124. </el-menu-item> -->
  125. </el-menu>
  126. <el-menu :default-active="path" background-color="#fff" text-color="#777" active-text-color="#fff" router v-else-if="$store.state.userInfo.type == 3">
  127. <el-menu-item index="/anliList2" v-if="nav.indexOf('/anliList2') != -1">
  128. <div class="img" v-if="path == '/anliList2'">
  129. <img src="../../assets/icon/course-active.svg" alt="" />
  130. </div>
  131. <div class="img" v-else>
  132. <img src="../../assets/icon/course.png" alt="" />
  133. </div>
  134. <span>案例管理</span>
  135. </el-menu-item>
  136. <!-- <el-menu-item index="/user1" v-if="nav.indexOf('/user1') != -1">
  137. <div class="img" v-if="path == '/user1'">
  138. <img src="../../assets/icon/user-active.png" alt="" />
  139. </div>
  140. <div class="img" v-else>
  141. <img src="../../assets/icon/user.png" alt="" />
  142. </div>
  143. <span>账号管理</span>
  144. </el-menu-item>
  145. <el-menu-item index="/school1" v-if="nav.indexOf('/school1') != -1">
  146. <div class="img" v-if="path == '/school1'">
  147. <img src="../../assets/icon/works-active.png" alt="" />
  148. </div>
  149. <div class="img" v-else>
  150. <img src="../../assets/icon/works.png" alt="" />
  151. </div>
  152. <span>学校管理</span>
  153. </el-menu-item>
  154. <el-menu-item index="/score1" v-if="nav.indexOf('/score1') != -1">
  155. <div class="img" v-if="path == '/score1'">
  156. <img src="../../assets/icon/works-active.png" alt="" />
  157. </div>
  158. <div class="img" v-else>
  159. <img src="../../assets/icon/works.png" alt="" />
  160. </div>
  161. <span>评审列表</span>
  162. </el-menu-item>-->
  163. <el-menu-item index="/data" v-if="nav.indexOf('/data') != -1">
  164. <div class="img" v-if="path == '/data'">
  165. <img src="../../assets/icon/data-active.png" alt="" />
  166. </div>
  167. <div class="img" v-else>
  168. <img src="../../assets/icon/data.png" alt="" />
  169. </div>
  170. <span>我的资料</span>
  171. </el-menu-item>
  172. <!-- <el-menu-item index="/notice" v-if="nav.indexOf('/notice') != -1">
  173. <div class="img" v-if="path == '/notice'">
  174. <img src="../../assets/icon/notice-active.png" alt="" />
  175. </div>
  176. <div class="img" v-else>
  177. <img src="../../assets/icon/notice.png" alt="" />
  178. </div>
  179. <span>通知公告</span>
  180. </el-menu-item> -->
  181. </el-menu>
  182. </el-col>
  183. </el-row>
  184. </div>
  185. </template>
  186. <script>
  187. export default {
  188. props: {
  189. luyou: Number,
  190. nav: Array
  191. },
  192. data() {
  193. return {
  194. path: this.$route.path,
  195. };
  196. },
  197. methods: {
  198. clickItem: function (path) {
  199. this.$router.push(path);
  200. },
  201. },
  202. watch: {
  203. luyou: {
  204. handler(n, o) {
  205. this.path = this.$route.path;
  206. },
  207. deep: true, // 深度监听父组件传过来对象变化
  208. },
  209. },
  210. };
  211. </script>
  212. <style scoped>
  213. .bottom {
  214. position: absolute;
  215. left: 20px;
  216. margin-top: 20px;
  217. background-color: #fff;
  218. width: 180px;
  219. height: calc(100% - 100px);
  220. min-height: 500px;
  221. z-index: 999;
  222. display: inline-block;
  223. border-radius: 5px;
  224. overflow: hidden;
  225. }
  226. .item {
  227. margin: 5px 20%;
  228. float: left;
  229. }
  230. .item p {
  231. margin: 0;
  232. font-size: 15px;
  233. }
  234. .active {
  235. color: #108b70;
  236. }
  237. .bottom>>>.el-menu-item.is-active {
  238. background: #3d67bc !important;
  239. }
  240. .tac>>>.el-col-12 {
  241. width: 100%;
  242. }
  243. .tac>>>.el-menu {
  244. border-right: none;
  245. }
  246. .tac>>>.el-menu-item {
  247. display: flex;
  248. justify-content: center;
  249. align-items: center;
  250. }
  251. .img {
  252. width: 20px;
  253. padding-right: 5px;
  254. padding-bottom: 3px;
  255. }
  256. .img>img {
  257. width: 100%;
  258. height: 100%;
  259. }
  260. </style>