机床工时统计

This commit is contained in:
Vergil
2020-03-13 16:37:27 +08:00
parent 31e86d2f7a
commit 2634da4471
5 changed files with 111 additions and 72 deletions

View File

@@ -60,9 +60,14 @@
{{ scope.row.修补单件工时 }}
</template>
</el-table-column>
<el-table-column align="center" label="录入准结(分)" width="110px">
<el-table-column align="center" label="完成工时(分)" width="110px">
<template slot-scope="scope">
{{ scope.row.修补准结工时 }}
{{ scope.row.完成工时 }}
</template>
</el-table-column>
<el-table-column align="center" label="准结(分)" width="110px">
<template slot-scope="scope">
{{ scope.row.修补工时 }}
</template>
</el-table-column>
<el-table-column align="center" label="备注" width="200px" show-overflow-tooltip="">