From 7858a588827a2228caa94e1a0545a333517d0a8c Mon Sep 17 00:00:00 2001 From: 23357 <842520863@qq.com> Date: Wed, 7 Dec 2022 15:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=9E=8B=E5=8F=B7=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=BB=98=E8=AE=A4=E5=AD=97=E6=AE=B5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/basedata/typeParams.js | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/basedata/typeParams.js b/src/basedata/typeParams.js index 4ac7bfab..7e6d1900 100644 --- a/src/basedata/typeParams.js +++ b/src/basedata/typeParams.js @@ -45,39 +45,21 @@ const MINIATURE_BREAKER = [ "canModify": true }, { - "paramKey": "power_limit", + "paramKey": "rated_voltage", "paramVal": "", - "paramName": "功率限额(单位:W)", + "paramName": "额定电压(单位:V)", "canModify": true }, { - "paramKey": "lower_voltage", + "paramKey": "leakage_current", "paramVal": "", - "paramName": "电压下限(单位:V)", + "paramName": "漏电流(单位:mA)", "canModify": true }, { - "paramKey": "upper_voltage", + "paramKey": "temperature", "paramVal": "", - "paramName": "电压上限(单位:V)", - "canModify": true - }, - { - "paramKey": "current_limit", - "paramVal": "", - "paramName": "电流限额(单位:A)", - "canModify": true - }, - { - "paramKey": "leakage_current_limit", - "paramVal": "", - "paramName": "漏电流限额(单位:mA)", - "canModify": true - }, - { - "paramKey": "temperature_limit", - "paramVal": "", - "paramName": "温度限额(单位:℃)", + "paramName": "温度(单位:℃)", "canModify": true }, {