Переглянути джерело

报表菜单名称及顺序修改

baiyanting 1 рік тому
батько
коміт
3997cf0fe8
2 змінених файлів з 14 додано та 13 видалено
  1. 13 12
      src/router/index.js
  2. 1 1
      src/views/layout/Menu.vue

+ 13 - 12
src/router/index.js

@@ -1066,21 +1066,11 @@ export const asyncRoutes = [
         component: () => import("@/views/report/stationReport"),
         children: [
           {
-            path: "gjyrbb",
-            name: "gjyrbb",
-            component: () => import("@/views/report/stationReport/rbb"),
-            meta: {
-              title: "日报表",
-              icon: "",
-              permissions: ["jn_zdz_rbb", "*:*:*"],
-            },
-          },
-          {
             path: "fdxnyrb",
             name: "fdxnyrb",
             component: () => import("@/views/report/stationReport/fdxnyrb"),
             meta: {
-              title: "晋能风电新能源日报",
+              title: "晋能清洁能源风电日报",
               icon: "",
               permissions: ["jn_zdz_fdxnyrb", "*:*:*"],
             },
@@ -1090,12 +1080,23 @@ export const asyncRoutes = [
             name: "gfxnyrb",
             component: () => import("@/views/report/stationReport/gfxnyrb"),
             meta: {
-              title: "晋能光伏新能源日报",
+              title: "晋能清洁能源光伏日报",
               icon: "",
               permissions: ["jn_zdz_gfxnyrb", "*:*:*"],
             },
           },
           {
+            path: "gjyrbb",
+            name: "gjyrbb",
+            component: () => import("@/views/report/stationReport/rbb"),
+            meta: {
+              title: "日报表",
+              icon: "",
+              permissions: ["jn_zdz_rbb", "*:*:*"],
+            },
+          },
+
+          {
             path: "fdczzdy",
             name: "fdczzdy",
             component: () => import("@/views/report/stationReport/fdczzdy"),

+ 1 - 1
src/views/layout/Menu.vue

@@ -761,7 +761,7 @@ export default {
         padding: 0 1.4815vh;
         font-size: @fontsize-s;
         text-decoration: unset;
-
+        white-space: nowrap;
         .menu-icon {
           display: flex;
           align-items: center;