diff --git a/package.json b/package.json index 5e92dc8..9bfac4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calibration-pc", - "version": "1.0.2", + "version": "1.0.4", "description": "谷云开发部开发的断路器标定软件", "main": "./out/main/index.js", "author": "example.com", diff --git a/src/renderer/src/views/calibration/index.vue b/src/renderer/src/views/calibration/index.vue index 50dc55b..08eb1b9 100644 --- a/src/renderer/src/views/calibration/index.vue +++ b/src/renderer/src/views/calibration/index.vue @@ -264,7 +264,8 @@ @@ -325,7 +326,7 @@ - +
设备: {{ activeDeviceInfo.id || '-' }}
@@ -362,14 +363,14 @@ '源输出值: ' + (scope.row.paramMap[col.valueKey]?.outputValue ?? '') + '\n' + + '读取值: ' + + (scope.row.paramMap[col.valueKey]?.actualValue ?? '') + + '\n' + '范围最小值: ' + (scope.row.paramMap[col.valueKey]?.ExpectedMin ?? '') + '\n' + '范围最大值: ' + - (scope.row.paramMap[col.valueKey]?.expectedMax ?? '') + - '\n' + - '读取值: ' + - (scope.row.paramMap[col.valueKey]?.actualValue ?? '') + (scope.row.paramMap[col.valueKey]?.expectedMax ?? '') " placement="top" > @@ -379,9 +380,9 @@ ? Number(scope.row.paramMap[col.valueKey].actualError.toFixed(6)).toString() : scope.row.paramMap[col.valueKey]?.actualError }}% -