微调
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<template #default="scope">
|
||||
<el-tooltip effect="dark" placement="bottom">
|
||||
<template #content>
|
||||
最大误差:{{ scope.row.maxError }} {{ unit }}<br/>
|
||||
最大误差: {{ maxErrorView }}<br/>
|
||||
误差值:{{ scope.row.tError }} {{ unit }}
|
||||
</template>
|
||||
<el-tag type="success" v-if="scope.row.isDataT === 1">符合</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user