fast(系列,设备): 屏蔽系列设备参数温度和连接方式,调整设备码宽度
This commit is contained in:
parent
f23a315e8f
commit
2cf2efdc72
|
@ -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 = [
|
||||
{
|
||||
|
|
|
@ -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)"/>
|
||||
|
|
Loading…
Reference in New Issue