diff --git a/frontend/src/api/plan/planData.ts b/frontend/src/api/plan/planData.ts index 9498ebc..15f63d2 100644 --- a/frontend/src/api/plan/planData.ts +++ b/frontend/src/api/plan/planData.ts @@ -170,19 +170,19 @@ const testFatherPlanList: Dict[] = [ const sourceDataList: Dict[] = [ { id: "1", - label: '标准源-福禄克-6100A', + label: '标准源-福禄克6100A-1', }, { id: "2", - label: '标准源-昂立-PF2', + label: '标准源-昂立PF2-1', }, { id: "3", - label: '标准源-丹迪克-DKLN1', + label: '标准源-丹迪克DKLN1-1', }, { id: "4", - label: '标准源-博电源-PQC600A', + label: '标准源-博电PQC600A-1', }, { id: "5", @@ -206,46 +206,80 @@ const sourceDataList: Dict[] = [ const deviceDataList: Dict[] = [ { id: "1", - label: '模拟装置1', + label: '240001', }, { id: "2", - label: '模拟装置2', + label: '240002', }, { id: "3", - label: '模拟装置3', + label: '240003', }, { id: "4", - label: '模拟装置4', + label: '240004', }, { id: "5", - label: '中电送检装置', + label: '240005', }, { id: "6", - label: '易司拓测试装置', + label: '240006', }, { id: "7", - label: '山大电力测试装置1', + label: '240007', }, { id: "8", - label: '山大电力测试装置2', + label: '240008', }, - ] +// const deviceDataList: Dict[] = [ +// { +// id: "1", +// label: '模拟装置1', +// }, +// { +// id: "2", +// label: '模拟装置2', +// }, +// { +// id: "3", +// label: '模拟装置3', +// }, +// { +// id: "4", +// label: '模拟装置4', +// }, +// { +// id: "5", +// label: '中电送检装置', +// }, +// { +// id: "6", +// label: '易司拓测试装置', +// }, +// { +// id: "7", +// label: '山大电力测试装置1', +// }, +// { +// id: "8", +// label: '山大电力测试装置2', +// }, + +// ] const planData = ref([ { 'id': '1', - 'name': '检测计划1', + 'name': '沧州110kV东光站装置送检', 'pattern':'1', "source_Id" : ['1'], - "testSourceName":'标准源-福禄克-6100A', + "testSourceName":'标准源-福禄克6100A-1', 'dataSource_Id':['1'], 'dataSource_Ids':'实时数据', 'script_Id':'1', @@ -256,13 +290,13 @@ const planData = ref([ }, { 'id': '2', - 'name': '检测计划2', + 'name': '邯郸2台安徽振兴终端送检', 'pattern':'1', "source_Id" : ['5','6','7','8'], "testSourceName":'高精度设备-PQV520-1', 'father_Plan_Id':'1', - 'dataSource_Id':['5'], - 'dataSource_Ids':'分钟统计数据CP95值', + 'dataSource_Id':['1'], + 'dataSource_Ids':'实时数据', 'script_Id':'2', 'error_Sys_Id':'2', 'test_State':'2', @@ -274,14 +308,14 @@ const planData = ref([ }, { 'id': '3', - 'name': '检测子计划3', + 'name': '浙江分布式光伏电能质量试点', 'pattern':'1', "source_Id" : ['3'], - "testSourceName":'标准源-丹迪克-DKLN1', + "testSourceName":'标准源-丹迪克DKLN1-1', 'father_Plan_Id':'1', 'dataSource_Id':['1'], 'dataSource_Ids':'实时数据', - 'script_Id':'3', + 'script_Id':'4', 'error_Sys_Id':'3', 'test_State':'1', 'report_State':'1', diff --git a/frontend/src/api/plan/static.json b/frontend/src/api/plan/static.json index e4fc602..f34325e 100644 --- a/frontend/src/api/plan/static.json +++ b/frontend/src/api/plan/static.json @@ -7,7 +7,7 @@ { "id": 4, "pid": 1, - "name": "邯郸220kV团城站等4座站电能质量检测" + "name": "邯郸220kV团城站电能质量检测" }, { "id": 5, @@ -17,7 +17,7 @@ { "id": 6, "pid": 1, - "name": "深圳市中电软件有限公司委托送检" + "name": "深圳市中电公司委托送检" } ], "id": 1 @@ -28,17 +28,17 @@ { "id": 7, "pid": 2, - "name": "沧州220kV留古等4座变电站电能质量检测" + "name": "沧州220kV留古站电能质量检测" }, { "id": 8, "pid": 2, - "name": "沧州供电公司110kV东光站等10台装置送检" + "name": "沧州110kV东光站装置送检" }, { "id": 9, "pid": 2, - "name": "保定分布式光伏电能质量监测试点" + "name": "浙江分布式光伏电能质量试点" } ], "id": 2 @@ -54,7 +54,7 @@ { "id": 11, "pid": 3, - "name": "北京2024现场检测" + "name": "深圳2台中电终端委托送检" } ], "id": 3 diff --git a/frontend/src/views/authority/role/index.vue b/frontend/src/views/authority/role/index.vue index 62b6463..a77ee44 100644 --- a/frontend/src/views/authority/role/index.vue +++ b/frontend/src/views/authority/role/index.vue @@ -9,7 +9,7 @@