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)", "paramName": "漏电流(单位:mA)",
"canModify": true "canModify": true
}, },
{ // {
"paramKey": "temperature", // "paramKey": "temperature",
"paramVal": "", // "paramVal": "",
"paramName": "温度(单位:℃)", // "paramName": "温度(单位:℃)",
"canModify": true // "canModify": true
}, // },
{ // {
"paramKey": "connection_mode", // "paramKey": "connection_mode",
"paramVal": "", // "paramVal": "",
"paramName": "连接方式", // "paramName": "连接方式",
"canModify": true // "canModify": true
} // }
] ]
const VIDEO_MONITOR = [ const VIDEO_MONITOR = [
{ {

View File

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