fix:模具号统计有横压的将横压数据展示在模具号后面

This commit is contained in:
shijing 2026-02-06 14:09:14 +08:00
parent c679907c31
commit fb196d1d9e
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
>
<el-table-column type="index" width="50" fixed="left"/>
<el-table-column label="模具号" prop="模具号">
<template #default="scope">
<span>{{scope.row.模具号}}</span>
<span v-if="scope.row.横压!==null">{{scope.row.横压}}</span>
</template>
</el-table-column>
<el-table-column label="总数" prop="总切片数">
</el-table-column>