工艺定额查询:零件投产数量

This commit is contained in:
chenjianan
2018-11-27 15:13:02 +08:00
parent 65fa2f3372
commit ce65fe666d

View File

@@ -29,7 +29,7 @@
</el-table-column>
<el-table-column label="零件投产数量" align="center">
<template slot-scope="scope">
{{ scope.row.投产数量 }}
{{ scope.row.投产数量 }}
</template>
</el-table-column>
</el-table>