数据内容微调

This commit is contained in:
GYYM
2024-12-04 09:44:26 +08:00
parent f5c226ba28
commit f99aa94b8f
2 changed files with 13 additions and 13 deletions

View File

@@ -242,10 +242,10 @@ const deviceDataList: Dict[] = [
const planData = ref<Plan.PlanAndSourceBO[]>([
{
'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 +256,13 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
},
{
'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,10 +274,10 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
},
{
'id': '3',
'name': '检测子计划3',
'name': '保定分布式光伏电能质量试点',
'pattern':'1',
"source_Id" : ['3'],
"testSourceName":'标准源-丹迪克-DKLN1',
"testSourceName":'标准源-丹迪克DKLN1-1',
'father_Plan_Id':'1',
'dataSource_Id':['1'],
'dataSource_Ids':'实时数据',