Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -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.机加工实际完成时间 }}
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
height="520"
|
||||
highlight-current-row
|
||||
border
|
||||
stripe
|
||||
style="width: 850px; text-align: center"
|
||||
@current-change="fetchTableData2">
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user