fix:中检一批次统计添加开台人员
This commit is contained in:
parent
cb7fcb1556
commit
0902cf8c42
|
|
@ -1206,7 +1206,5 @@ export default {
|
|||
color: #ff9d3e;
|
||||
font-size: 1.4vh;
|
||||
}
|
||||
.yuanjianIcon{
|
||||
background-image: url("/public/img/bx/dxq2.png");
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -295,7 +295,13 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" class-name="colorheader6">
|
||||
<el-table-column label="开台人" align="center" class-name="colorheader6">
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.data.喷码_一体刀_操作人">{{scope.row.data.喷码_一体刀_操作人}}</span>
|
||||
<span v-if="scope.row.data.喷码_磨床开台_操作人">{{scope.row.data.喷码_磨床开台_操作人}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" class-name="colorheader7">
|
||||
<template #default="scope">
|
||||
<span>{{ scope.row.data.中检一_缺陷_备注 }}</span>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue