检测流程样式调整

This commit is contained in:
GYYM
2024-11-20 21:30:05 +08:00
parent d673fc8685
commit b992b2653a
9 changed files with 1035 additions and 48 deletions

View File

@@ -10,7 +10,7 @@ export namespace Plan {
name: string; //检测计划名称
pattern: string; //模式,字典表(数字、模拟、比对)
father_Plan_Id?: string; //父计划ID
dataSource_Id: string; //数据源ID
dataSource_Id: string[]; //数据源ID
script_Id: string; //检测脚本ID
error_Sys_Id: string;//误差体系ID
test_State: string; //检测状态
@@ -30,6 +30,7 @@ export namespace Plan {
source_Id: string[];
device_Id?: string[];
testSourceList?: string[];//临时测试
dataSource_Ids:string;
}
// // 检测计划列表
// export interface PlanList {