This commit is contained in:
GYYM
2024-12-13 08:56:42 +08:00
parent b923b7c35d
commit 53b4616a87
2 changed files with 50 additions and 169 deletions

View File

@@ -35,7 +35,7 @@
</span>
<div class="error-dsc">
<div class="green-div"></div>
<span style=" color: #67C23A; font-size: 16px;font-weight: 600;">
<span style=" color: #606266; font-size: 16px;font-weight: 600;">
守时误差1000ms
</span>
@@ -76,7 +76,8 @@
</el-tooltip>
</template> -->
<template #default="scope">
<el-tag :type="scope.row.Result === '合格' ? 'success' : 'danger'">{{ scope.row.Result }}</el-tag>
<el-tag v-if="scope.row.Result === '合格'" type="danger">{{ scope.row.Result }}</el-tag>
<span v-if="scope.row.Result != '不合格'">{{scope.row.Result}}</span>
</template>
</el-table-column>
</el-table>
@@ -355,7 +356,7 @@ watch(ts, function (newValue, oldValue) {
width: 20px;
height: 14px;
border-radius: 4px;
background-color: #67C23A;
background-color: #606266;
margin-left: 5px;
margin-right: 5px;
}