微调
This commit is contained in:
@@ -86,9 +86,13 @@
|
|||||||
<el-table-column v-for="(chnItem,index2) in item.chnNum" :key="`${item.deviceId}${chnItem}`"
|
<el-table-column v-for="(chnItem,index2) in item.chnNum" :key="`${item.deviceId}${chnItem}`"
|
||||||
:label="'通道'+chnItem" align="center">
|
:label="'通道'+chnItem" align="center">
|
||||||
<template #default="{row}">
|
<template #default="{row}">
|
||||||
<!-- <el-tooltip-->
|
<el-tooltip
|
||||||
<!-- :content="row.devices[index1].chnResult[index2].color===CheckData.ButtonColorEnum.INFO ? '暂无数据' : '点击查看详情'"-->
|
:content="row.devices[index1].chnResult[index2].icon==='More' ? '暂无数据'
|
||||||
<!-- placement="top">-->
|
: row.devices[index1].chnResult[index2].icon==='CircleCheckFilled' ? '符合'
|
||||||
|
: row.devices[index1].chnResult[index2].icon==='Close' ? '不符合'
|
||||||
|
: row.devices[index1].chnResult[index2].icon==='WarnTriangleFilled' ? '数据异常'
|
||||||
|
: row.devices[index1].chnResult[index2].icon==='Loading'? '检测中':'连接中断'"
|
||||||
|
placement="right">
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="row.devices[index1].chnResult[index2].color===CheckData.ButtonColorEnum.INFO || row.devices[index1].chnResult[index2].color===CheckData.ButtonColorEnum.LOADING"
|
:disabled="row.devices[index1].chnResult[index2].color===CheckData.ButtonColorEnum.INFO || row.devices[index1].chnResult[index2].color===CheckData.ButtonColorEnum.LOADING"
|
||||||
:color="row.devices[index1].chnResult[index2].color"
|
:color="row.devices[index1].chnResult[index2].color"
|
||||||
@@ -105,7 +109,7 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
<!-- </el-tooltip>-->
|
</el-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user