Explorar o código

feat: 菜单图标

ystl_myq hai 8 meses
pai
achega
63130eaa66

+ 3 - 1
src/router/modules/background.ts

@@ -2,6 +2,7 @@ export default {
   path: "/background",
   meta: {
     title: "管理后台",
+    icon: "ri:settings-3-line",
     rank: 6
   },
   children: [
@@ -9,7 +10,8 @@ export default {
       path: "/background/framework",
       name: "backgroundIndex",
       meta: {
-        title: "组织架构"
+        title: "组织架构",
+        icon: "ri:mind-map"
       },
       children: [
         {

+ 2 - 2
src/router/modules/draw.ts

@@ -3,7 +3,7 @@ export default {
   path: "/draw",
   meta: {
     title: "动态可视化",
-    icon: "ri:information-line",
+    icon: "ep:set-up",
     rank: 4
   },
   children: [
@@ -12,7 +12,7 @@ export default {
       name: "drawIndex",
       meta: {
         title: "专题画像",
-        icon: "ep:home-filled"
+        icon: "ri:ubuntu-fill"
         // showParent: true
       },
       children: [

+ 4 - 3
src/router/modules/evaluate.ts

@@ -4,7 +4,7 @@ export default {
   path: "/evaluate",
   meta: {
     title: "考核评估",
-    icon: "ri:information-line",
+    icon: "ri:checkbox-circle-line",
     rank: 4
   },
   component: () => import("@/views/evaluate/children/change/manage.vue"),
@@ -14,7 +14,7 @@ export default {
       name: "evaluateChange",
       meta: {
         title: "考核管理",
-        icon: "ep:home-filled"
+        icon: "ri:window-line"
       },
       children: [
         {
@@ -72,7 +72,8 @@ export default {
       path: "/evaluate/children/exam",
       name: "evaluateExam",
       meta: {
-        title: "我的考核"
+        title: "我的考核",
+        icon: "ri:bank-card-line"
       },
       children: [
         {

+ 2 - 2
src/router/modules/index.ts

@@ -3,7 +3,7 @@ export default {
   path: "/IndexDefine",
   meta: {
     title: "指标库",
-    icon: "ri:information-line",
+    icon: "ri:list-check",
     rank: 1
   },
   component: () => import("@/views/indexDefine/children/define.vue"),
@@ -14,7 +14,7 @@ export default {
       // component: () => import("@/views/fighting/index.vue"),
       meta: {
         title: "指标管理",
-        icon: "ep:home-filled"
+        icon: "ri:terminal-window-line"
       },
       children: [
         {