调整检测首页布局;根据不同的功能,实现不同的表格展示

This commit is contained in:
GYYM
2024-11-14 11:45:25 +08:00
parent 65cb7826d3
commit 8f89252d8b
5 changed files with 136 additions and 36 deletions

View File

@@ -184,7 +184,7 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
'id': '2',
'name': '检测计划2',
'pattern':'1',
"testSourceName":'高精度设备-PQV520-1,高精度设备-PQV520-2',
"testSourceName":'高精度设备-PQV520-1',
'father_Plan_Id':'1',
'dataSource_Id':'2',
'script_Id':'2',
@@ -193,7 +193,7 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
'report_State':'2',
'result':'0',
"testSourceList":[
'高精度设备-PQV520-1','高精度设备-PQV520-2',
'高精度设备-PQV520-2','高精度设备-PQV520-3','高精度设备-PQV520-3'
]
},
{