修改检测入口、预检测、正式检测页面
This commit is contained in:
@@ -27,6 +27,7 @@ export namespace Plan {
|
||||
// 检测计划 + 检测源
|
||||
export interface PlanAndSourceBO extends PlanBO {
|
||||
testSourceName: string;//计划所属检测源
|
||||
testSourceList?: string[];//临时测试
|
||||
}
|
||||
// // 检测计划列表
|
||||
// export interface PlanList {
|
||||
|
||||
@@ -178,6 +178,7 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
|
||||
'test_State':'1',
|
||||
'report_State':'1',
|
||||
'result':'1',
|
||||
|
||||
},
|
||||
{
|
||||
'id': '2',
|
||||
@@ -191,6 +192,9 @@ const planData = ref<Plan.PlanAndSourceBO[]>([
|
||||
'test_State':'2',
|
||||
'report_State':'2',
|
||||
'result':'0',
|
||||
"testSourceList":[
|
||||
'高精度设备-PQV520-1','高精度设备-PQV520-2',
|
||||
]
|
||||
},
|
||||
{
|
||||
'id': '3',
|
||||
|
||||
Reference in New Issue
Block a user