zhongxiaoyu 2 жил өмнө
parent
commit
9e3809f355

+ 1 - 1
src/router/routes/routes-file-five.ts

@@ -6,7 +6,7 @@ const HomeRoutes = {
   name: "dataQuery",
   redirect: "/dataQuery/flightQuery",
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-  meta: { title: "数据查询", elSvgIcon: "Fold" },
+  meta: { title: "数据查询", elSvgIcon: "Search" },
   children: [
     {
       path: "/dataQuery/flightQuery",

+ 1 - 1
src/router/routes/routes-file-four.ts

@@ -6,7 +6,7 @@ const HomeRoutes = {
   name: 'systemSettings',
   redirect: '/systemSettings/warningSet',
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-  meta: { title: '系统配置', elSvgIcon: 'Fold', breadcrumb: false },
+  meta: { title: '系统配置', elSvgIcon: 'Tools', breadcrumb: false },
   children: [
     {
       path: "/systemSettings/securityPolicy",

+ 1 - 1
src/router/routes/routes-file-one.ts

@@ -13,7 +13,7 @@ const HomeRoutes = {
         render: () => h(resolveComponent('router-view')),
       },
       //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-      meta: { title: '决策管理驾驶舱', elSvgIcon: 'Fold' },
+      meta: { title: '决策管理驾驶舱', elSvgIcon: 'Histogram' },
       children: [
         {
           path: '/homein',

+ 5 - 34
src/router/routes/routes-file-six.ts

@@ -7,7 +7,7 @@ const ActualTimeRoutes = {
   name: 'realTime',
   redirect: '/realTime/departure',
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-  meta: { title: '综合可视化', elSvgIcon: 'Fold', breadcrumb: false },
+  meta: { title: '综合可视化', elSvgIcon: 'DataAnalysis', breadcrumb: false },
   children: [
     {
       path: '/realTime/departure',
@@ -15,8 +15,6 @@ const ActualTimeRoutes = {
       redirect: '/realTime/departure/airport',
       meta: {
         title: '国内出港',
-        elSvgIcon: 'Fold',
-        icon: 'table',
       },
       component: {
         render: () => h(resolveComponent('router-view')),
@@ -60,8 +58,6 @@ const ActualTimeRoutes = {
                   name: 'DepartureWaybill',
                   meta: {
                     title: '国内出港运单视图',
-                    elSvgIcon: 'Fold',
-                    icon: 'table',
                   },
                   component: {
                     render: () => h(resolveComponent('router-view')),
@@ -71,17 +67,13 @@ const ActualTimeRoutes = {
                       path: '/realTime/departure/waybill',
                       name: 'DepartureWaybillView',
                       component: () =>
-                        import(
-                          '@/views/realTime/departure/waybill/index.vue'
-                        ),
+                        import('@/views/realTime/departure/waybill/index.vue'),
                     },
                     {
                       path: '/realTime/departure/goods',
                       name: 'DepartureGoods',
                       meta: {
                         title: '国内出港货物视图',
-                        elSvgIcon: 'Fold',
-                        icon: 'table',
                       },
                       component: () =>
                         import('@/views/realTime/departure/goods/index.vue'),
@@ -100,8 +92,7 @@ const ActualTimeRoutes = {
       redirect: '/realTime/internationalDeparture/airport',
       meta: {
         title: '国际出港',
-        elSvgIcon: 'Fold',
-        icon: 'table',
+
         breadcrumb: false,
       },
       component: {
@@ -129,8 +120,6 @@ const ActualTimeRoutes = {
               name: 'InternationalDepartureFlight',
               meta: {
                 title: '国际出港航班视图',
-                elSvgIcon: 'Fold',
-                icon: 'table',
               },
               component: {
                 render: () => h(resolveComponent('router-view')),
@@ -149,8 +138,6 @@ const ActualTimeRoutes = {
                   name: 'InternationalDepartureWaybill',
                   meta: {
                     title: '国际出港运单视图',
-                    elSvgIcon: 'Fold',
-                    icon: 'table',
                   },
                   component: {
                     render: () => h(resolveComponent('router-view')),
@@ -169,8 +156,6 @@ const ActualTimeRoutes = {
                       name: 'InternationalDepartureGoods',
                       meta: {
                         title: '国际出港货物视图',
-                        elSvgIcon: 'Fold',
-                        icon: 'table',
                       },
                       component: () =>
                         import(
@@ -191,8 +176,7 @@ const ActualTimeRoutes = {
       redirect: '/realTime/arrival/airport',
       meta: {
         title: '国内进港',
-        elSvgIcon: 'Fold',
-        icon: 'table',
+
         breadcrumb: false,
       },
       component: {
@@ -218,8 +202,6 @@ const ActualTimeRoutes = {
               name: 'ArrivalFlight',
               meta: {
                 title: '国内进港航班视图',
-                elSvgIcon: 'Fold',
-                icon: 'table',
               },
               component: {
                 render: () => h(resolveComponent('router-view')),
@@ -236,8 +218,6 @@ const ActualTimeRoutes = {
                   name: 'ArrivalWaybill',
                   meta: {
                     title: '国内进港运单视图',
-                    elSvgIcon: 'Fold',
-                    icon: 'table',
                   },
                   component: {
                     render: () => h(resolveComponent('router-view')),
@@ -254,8 +234,6 @@ const ActualTimeRoutes = {
                       name: 'ArrivalGoods',
                       meta: {
                         title: '国内进港货物视图',
-                        elSvgIcon: 'Fold',
-                        icon: 'table',
                       },
                       component: () =>
                         import('@/views/realTime/arrival/goods/index.vue'),
@@ -274,8 +252,7 @@ const ActualTimeRoutes = {
       redirect: '/realTime/internationalArrival/airport',
       meta: {
         title: '国际进港',
-        elSvgIcon: 'Fold',
-        icon: 'table',
+
         breadcrumb: false,
       },
       component: {
@@ -303,8 +280,6 @@ const ActualTimeRoutes = {
               name: 'InternationalArrivalFlight',
               meta: {
                 title: '国际进港航班视图',
-                elSvgIcon: 'Fold',
-                icon: 'table',
               },
               component: {
                 render: () => h(resolveComponent('router-view')),
@@ -323,8 +298,6 @@ const ActualTimeRoutes = {
                   name: 'InternationalArrivalWaybill',
                   meta: {
                     title: '国际进港运单视图',
-                    elSvgIcon: 'Fold',
-                    icon: 'table',
                   },
                   component: {
                     render: () => h(resolveComponent('router-view')),
@@ -343,8 +316,6 @@ const ActualTimeRoutes = {
                       name: 'InternationalArrivalGoods',
                       meta: {
                         title: '国际进港货物视图',
-                        elSvgIcon: 'Fold',
-                        icon: 'table',
                       },
                       component: () =>
                         import(

+ 1 - 1
src/router/routes/routes-file-three.ts

@@ -6,7 +6,7 @@ const HomeRoutes = {
   name: "BasicsData",
   redirect: "/BasicsData/airlineCompany",
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-  meta: { title: "基础数据", elSvgIcon: "Fold" },
+  meta: { title: "基础数据", elSvgIcon: "Operation" },
   children: [
     {
       path: "/BasicsData/airlineCompany",

+ 1 - 1
src/router/routes/routes-file-two.ts

@@ -6,7 +6,7 @@ const HomeRoutes = {
   name: 'UserManagement',
   redirect: '/userManagement/permission',
   //using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
-  meta: { title: '权限管理', elSvgIcon: 'Fold' },
+  meta: { title: '权限管理', elSvgIcon: 'Avatar' },
   children: [
     {
       path: '/userManagement/permission',