This commit is contained in:
caozehui
2025-01-07 19:47:38 +08:00
parent 5ac6bbf04b
commit edda224847
4 changed files with 471 additions and 447 deletions

View File

@@ -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>