This commit is contained in:
Vergil
2020-03-05 09:46:22 +08:00
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.机加工实际完成时间 }}

View File

@@ -41,7 +41,6 @@
height="520"
highlight-current-row
border
stripe
style="width: 850px; text-align: center"
@current-change="fetchTableData2">
<el-table-column