|
@@ -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"),
|