fast(系列,设备): 屏蔽系列设备参数温度和连接方式,调整设备码宽度

This commit is contained in:
fhysy 2024-10-12 17:50:29 +08:00
parent f23a315e8f
commit 2cf2efdc72
2 changed files with 13 additions and 12 deletions

View File

@ -56,18 +56,18 @@ const MINIATURE_BREAKER = [
"paramName": "漏电流(单位:mA)",
"canModify": true
},
{
"paramKey": "temperature",
"paramVal": "",
"paramName": "温度(单位:℃)",
"canModify": true
},
{
"paramKey": "connection_mode",
"paramVal": "",
"paramName": "连接方式",
"canModify": true
}
// {
// "paramKey": "temperature",
// "paramVal": "",
// "paramName": "温度(单位:℃)",
// "canModify": true
// },
// {
// "paramKey": "connection_mode",
// "paramVal": "",
// "paramName": "连接方式",
// "canModify": true
// }
]
const VIDEO_MONITOR = [
{

View File

@ -139,6 +139,7 @@
label="设备码"
min-width="120"
prop="deviceState"
width="120"
>
<template slot-scope="scope">
<img :ref="'qrCodeDiv' + scope.row.deviceKey" style="width: 100%;cursor: pointer" @click="lookQrCode(scope.row.qrCodeUrl)"/>