系数校准不合格提示
This commit is contained in:
@@ -19,6 +19,6 @@ VITE_API_URL=/api
|
||||
|
||||
# 开发环境跨域代理,支持配置多个
|
||||
|
||||
#VITE_PROXY=[["/api","http://192.168.1.124:18092/"]]
|
||||
VITE_PROXY=[["/api","http://192.168.1.125:18092/"]]
|
||||
VITE_PROXY=[["/api","http://192.168.1.124:18092/"]]
|
||||
#VITE_PROXY=[["/api","http://192.168.1.125:18092/"]]
|
||||
# VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电压L2系数校准不合格原因"
|
||||
:content="'电压L2系数校准不合格原因:'+scope.row.UbData"
|
||||
>
|
||||
<el-tag type="danger" class="tooltip-content">
|
||||
{{ scope.row.UbChannel }}
|
||||
@@ -83,7 +83,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电压L2系数校准合格原因"
|
||||
:content="'电压L2系数校准合格原因:'+scope.row.UbData"
|
||||
>
|
||||
<span class="tooltip-content">{{ scope.row.UbChannel }}</span>
|
||||
</el-tooltip>
|
||||
@@ -111,7 +111,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电压L3系数校准不合格原因"
|
||||
:content="'电压L3系数校准不合格原因:'+scope.row.UcData"
|
||||
>
|
||||
<el-tag type="danger" class="tooltip-content">
|
||||
{{ scope.row.UcChannel }}
|
||||
@@ -122,7 +122,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电压L3系数校准合格原因"
|
||||
:content="'电压L3系数校准合格原因:'+scope.row.UcData"
|
||||
>
|
||||
<span class="tooltip-content">{{ scope.row.UcChannel }}</span>
|
||||
</el-tooltip>
|
||||
@@ -152,7 +152,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L1系数校准不合格原因"
|
||||
:content="'电流L1系数校准不合格原因:'+scope.row.IaData"
|
||||
>
|
||||
<el-tag type="danger" class="tooltip-content">
|
||||
{{ scope.row.IaChannel }}
|
||||
@@ -163,7 +163,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L1系数校准合格原因"
|
||||
:content="'电流L1系数校准合格原因:'+scope.row.IaData"
|
||||
>
|
||||
<span class="tooltip-content">{{ scope.row.IaChannel }}</span>
|
||||
</el-tooltip>
|
||||
@@ -191,7 +191,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L2系数校准不合格原因"
|
||||
:content="'电流L2系数校准不合格原因:'+scope.row.IbData"
|
||||
>
|
||||
<el-tag type="danger" class="tooltip-content">
|
||||
{{ scope.row.IbChannel }}
|
||||
@@ -202,7 +202,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L2系数校准合格原因"
|
||||
:content="'电流L2系数校准合格原因:'+scope.row.IbData"
|
||||
>
|
||||
<span class="tooltip-content">{{ scope.row.IbChannel }}</span>
|
||||
</el-tooltip>
|
||||
@@ -230,7 +230,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L3系数校准不合格原因"
|
||||
:content="'电流L3系数校准不合格原因:'+scope.row.IcData"
|
||||
>
|
||||
<el-tag type="danger" class="tooltip-content">
|
||||
{{ scope.row.IcChannel }}
|
||||
@@ -241,7 +241,7 @@
|
||||
class="item"
|
||||
effect="light"
|
||||
placement="top-start"
|
||||
content="电流L3系数校准合格原因"
|
||||
:content="'电流L3系数校准合格原因:'+scope.row.IcData"
|
||||
>
|
||||
<span class="tooltip-content">{{ scope.row.IcChannel }}</span>
|
||||
</el-tooltip>
|
||||
|
||||
@@ -538,6 +538,7 @@ onUnmounted(() => {
|
||||
padding: 0 15px;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user