|
@@ -178,7 +178,7 @@ Item {
|
|
"idx":tmp_id,
|
|
"idx":tmp_id,
|
|
"date":item.dt,
|
|
"date":item.dt,
|
|
"time":item.time,
|
|
"time":item.time,
|
|
- "target":item.target,
|
|
|
|
|
|
+ //"target":item.target,
|
|
"interval":item.interval,
|
|
"interval":item.interval,
|
|
"threshold":item.threshold,
|
|
"threshold":item.threshold,
|
|
"start":item.begin,
|
|
"start":item.begin,
|
|
@@ -731,7 +731,7 @@ Item {
|
|
//生成测试结果 JSON 字符串
|
|
//生成测试结果 JSON 字符串
|
|
var recordJson={}
|
|
var recordJson={}
|
|
|
|
|
|
- recordJson.target = Number(selttest_Model.get(styleData.row).target)
|
|
|
|
|
|
+ //recordJson.target = Number(selttest_Model.get(styleData.row).target)
|
|
recordJson.interval = Number(selttest_Model.get(styleData.row).interval)
|
|
recordJson.interval = Number(selttest_Model.get(styleData.row).interval)
|
|
recordJson.threshold = Number(selttest_Model.get(styleData.row).threshold)
|
|
recordJson.threshold = Number(selttest_Model.get(styleData.row).threshold)
|
|
recordJson.begin = Number(selttest_Model.get(styleData.row).start)
|
|
recordJson.begin = Number(selttest_Model.get(styleData.row).start)
|
|
@@ -790,7 +790,7 @@ Item {
|
|
TableViewColumn{role: "idx"; title: "ID"; width: 40;delegate: itemDelegateText}
|
|
TableViewColumn{role: "idx"; title: "ID"; width: 40;delegate: itemDelegateText}
|
|
TableViewColumn{role: "date"; title: "自检日期"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "date"; title: "自检日期"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "time"; title: "完成时间"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "time"; title: "完成时间"; width: 120;delegate: itemDelegateText}
|
|
- TableViewColumn{role: "target"; title: "目标压力(kPa)"; width: 120;delegate: itemDelegateText}
|
|
|
|
|
|
+ //TableViewColumn{role: "target"; title: "目标压力(kPa)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "interval"; title: "检测时间(秒)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "interval"; title: "检测时间(秒)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "threshold"; title: "变化限值(kPa)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "threshold"; title: "变化限值(kPa)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "start"; title: "开始压力(kPa)"; width: 120;delegate: itemDelegateText}
|
|
TableViewColumn{role: "start"; title: "开始压力(kPa)"; width: 120;delegate: itemDelegateText}
|