更新
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
{{ scope.row.完成工时 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="完成工时(分)" align="center" prop="完成工时" width="110">
|
||||
<el-table-column label="完成工时(分)" align="center" prop="完成工时1" width="110">
|
||||
<template slot-scope="scope">
|
||||
{{ Number(scope.row.完成工时) + Number(scope.row.修补工时) }}
|
||||
{{ scope.row.完成工时1 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="准结(分)" align="center" prop="修补工时" width="110">
|
||||
@@ -196,6 +196,7 @@ export default {
|
||||
修补工时: response.data.result[i].修补工时,
|
||||
修补单件工时: response.data.result[i].修补单件工时,
|
||||
完成工时: response.data.result[i].完成工时,
|
||||
完成工时1: response.data.result[i].完成工时1,
|
||||
加工完成时间: response.data.result[i].加工完成时间,
|
||||
制品名称: response.data.result[i].零件名称
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user