This commit is contained in:
liushuai
2020-04-28 18:34:12 +08:00
parent af5fe2e9c6
commit a69eb1ca0e
5 changed files with 65 additions and 8 deletions

View File

@@ -89,6 +89,11 @@
{{ scope.row.报废人 }}
</template>
</el-table-column>
<el-table-column align="center" label="报废工序" width="85px">
<template slot-scope="scope">
{{ scope.row.工艺名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="报废原因" width="100px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.报废原因 }}