This commit is contained in:
liushuai
2020-01-01 20:21:48 +08:00
parent aadc7dadb4
commit cbe64d102b
3 changed files with 8 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
</el-table-column>
<el-table-column label="实际工时" align="center" width="100px">
<template slot-scope="scope">
{{ scope.row.实际加工时间段 || '—' }}
{{ scope.row.设备工时 || '—' }}
</template>
</el-table-column>
<el-table-column label="计划工时" prop="理论加工时间段" align="center" width="100px">