# frontend/src/views/home/components/table.vue

#	frontend/src/views/home/tabs/dashboard.vue
#	frontend/src/views/system/dictionary/dictTree/index.vue
This commit is contained in:
sjl
2024-11-14 18:30:53 +08:00
8 changed files with 157 additions and 41 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'
]
},
{