This commit is contained in:
liushuai
2020-03-04 17:52:28 +08:00
parent c57732671c
commit aafbfae868
3 changed files with 12 additions and 8 deletions

View File

@@ -90,11 +90,16 @@
{{ scope.row.零件名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="计划数" width="70">
<el-table-column align="center" label="投产数" width="70">
<template slot-scope="scope">
{{ scope.row.投产数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="报废数" width="70">
<template slot-scope="scope">
{{ scope.row.报废数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="加工完成" width="100">
<template slot-scope="scope">
{{ scope.row.机加工实际完成时间 }}