微调
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user