fix:统计分析-管综合统计中,六车间中检会出现有合格率,但是没有检验数,字段引用错了,已纠正

This commit is contained in:
shijing 2026-03-26 16:37:19 +08:00
parent 17b4a16def
commit be10887892
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@
<el-table-column label="六车间中检" align="center" class-name="colorheader5">
<el-table-column label="检验" class-name="colorheader5">
<template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.六车间_中检_count }}</span>
<span v-if="scope.row.data">{{ scope.row.data.六车间_中检_count_real }}</span>
</template>
</el-table-column>
<el-table-column label="合格率" class-name="colorheader5">