From 2764645590527ba5bf4a9c805ab5ff9c40d406f9 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Wed, 18 Jun 2025 17:49:17 +0800 Subject: [PATCH] =?UTF-8?q?feat/calibration:=20=E5=AF=B9=E6=8E=A5=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E6=8E=A5=E5=8F=A3=E5=92=8C=E8=B0=83=E6=95=B4=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了获取默认断路器标准参数和标定参数接口 - 实现了方案的添加、编辑、删除等api操作 - 实现参数精度提交之前的回填 - 增加了与后端API的交互,支持数据的加载和保存 --- src/renderer/src/views/calibration/index.vue | 940 +++++-------------- 1 file changed, 252 insertions(+), 688 deletions(-) diff --git a/src/renderer/src/views/calibration/index.vue b/src/renderer/src/views/calibration/index.vue index 9d4110b..626f897 100644 --- a/src/renderer/src/views/calibration/index.vue +++ b/src/renderer/src/views/calibration/index.vue @@ -3,16 +3,13 @@
- + 开始执行 停止
- - - -
+ 刷新列表 设置
@@ -23,19 +20,27 @@
-

设备码: {{ device.deviceCode || '无' }}

-

设备地址: {{ device.address || '无' }}

+

设备码: {{ device.deviceSN || '无' }}

+

设备端口: {{ device.devicePort || '无' }}

标定结果: {{ device.result || '无' }}

+

+ 失败描述: + + {{ device.resultTxt || '无' }} + +

@@ -70,18 +75,15 @@
新增方案 + 刷新
- + - - - - + + @@ -89,36 +91,38 @@
- - + + - + - - - + + + + + 断路器校准参数
- - + +
- 断路器类型参数 + 校准精度(%)
- - + +
@@ -147,14 +151,20 @@ - +