|
@@ -36,13 +36,16 @@ export const orgList = [
|
|
name: "数据管理",
|
|
name: "数据管理",
|
|
iconName: "dataManage",
|
|
iconName: "dataManage",
|
|
id: "3",
|
|
id: "3",
|
|
|
|
+ path: "dataManage",
|
|
|
|
+ component: () => import("@/views/system/index.vue"),
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
id: 31,
|
|
id: 31,
|
|
- name: '数据操作',
|
|
|
|
- path: 'dataAdministration',
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ name: "数据操作",
|
|
|
|
+ path: "dataAdministration",
|
|
|
|
+ component: () => import("@/views/dataAdministration/index.vue"),
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "台账管理",
|
|
name: "台账管理",
|
|
@@ -51,30 +54,30 @@ export const orgList = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
id: 41,
|
|
id: 41,
|
|
- name: '企业信息',
|
|
|
|
- path: 'enterprise',
|
|
|
|
|
|
+ name: "企业信息",
|
|
|
|
+ path: "enterprise",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 42,
|
|
id: 42,
|
|
- name: '风场信息',
|
|
|
|
- path: 'windsite',
|
|
|
|
|
|
+ name: "风场信息",
|
|
|
|
+ path: "windsite",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 43,
|
|
id: 43,
|
|
- name: '风机信息',
|
|
|
|
- path: 'draught',
|
|
|
|
|
|
+ name: "风机信息",
|
|
|
|
+ path: "draught",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 44,
|
|
id: 44,
|
|
- name: '机型信息',
|
|
|
|
- path: 'milltype',
|
|
|
|
|
|
+ name: "机型信息",
|
|
|
|
+ path: "milltype",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 45,
|
|
id: 45,
|
|
- name: '测风塔信息',
|
|
|
|
- path: 'anemometer',
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ name: "测风塔信息",
|
|
|
|
+ path: "anemometer",
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "权限管理",
|
|
name: "权限管理",
|