主界面,系数校准界面调整
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
max-height="400px"
|
||||
:span-method="objectSpanMethod">
|
||||
<el-table-column prop="MonitorIdx" label="监测点序号" width="80"/>
|
||||
<!-- <el-table-column prop="updateTime" label="上送时刻" width="180"/> -->
|
||||
<el-table-column prop="deviceName" label="描述" width="90"/>
|
||||
<el-table-column label="电压通道" >
|
||||
<el-table-column prop="Ua" label="L1">
|
||||
@@ -21,7 +20,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="UaChannel" label="系数">
|
||||
<el-table-column prop="UaChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电压L1系数校准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.UaChannel === '不合格'">
|
||||
{{ scope.row.UaChannel }}
|
||||
@@ -31,8 +36,7 @@
|
||||
</el-icon>
|
||||
<span v-else>
|
||||
{{ scope.row.UaChannel }}
|
||||
</span>
|
||||
<!-- <el-tag type="danger" v-if="scope.row.UaChannel === '不合格'">{{ scope.row.UaChannel }}</el-tag> -->
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
@@ -47,7 +51,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="UbChannel" label="系数">
|
||||
<el-table-column prop="UbChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电压L2系数校准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.UbChannel === '不合格'">
|
||||
{{ scope.row.UbChannel }}
|
||||
@@ -72,7 +82,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="UcChannel" label="系数">
|
||||
<el-table-column prop="UcChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电压L3系数校准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.UcChannel === '不合格'">
|
||||
{{ scope.row.UcChannel }}
|
||||
@@ -99,7 +115,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="IaChannel" label="系数">
|
||||
<el-table-column prop="IaChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电流L1系数校准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.IaChannel === '不合格'">
|
||||
{{ scope.row.IaChannel }}
|
||||
@@ -124,7 +146,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="IbChannel" label="系数">
|
||||
<el-table-column prop="IbChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电流L2系数校准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.IbChannel === '不合格'">
|
||||
{{ scope.row.IbChannel }}
|
||||
@@ -149,7 +177,13 @@
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="IcChannel" label="系数">
|
||||
<el-table-column prop="IcChannel" label="结果">
|
||||
<template #header >
|
||||
<span>结果</span>
|
||||
<el-tooltip class="item" effect="light" placement="top-start" content="电流L3系数准不合格原因">
|
||||
<el-icon style="margin-left:2px;vertical-align:-2px;"><QuestionFilled /></el-icon>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.IcChannel === '不合格'">
|
||||
{{ scope.row.IcChannel }}
|
||||
@@ -164,13 +198,6 @@
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column label="校准结果">
|
||||
<template #default="scope">
|
||||
<el-tag type="danger" v-if="scope.row.Result === '不合格'">{{ scope.row.Result }}</el-tag>
|
||||
<span v-if="scope.row.Result != '不合格'">{{ scope.row.Result }}</span>
|
||||
</template>
|
||||
</el-table-column> -->
|
||||
|
||||
</el-table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user