This commit is contained in:
liushuai
2020-03-11 18:09:35 +08:00
parent b6c062607f
commit c099ccf0be
14 changed files with 312 additions and 140 deletions

View File

@@ -27,11 +27,11 @@
{{ scope.row.操作工 }}
</template>
</el-table-column>
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.计划总工时 }}
</template>
</el-table-column>
<!--<el-table-column label="计划工时(分)" align="center" width="70px">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.计划总工时 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="完成工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.完成总工时 }}
@@ -86,11 +86,11 @@
{{ scope.row.完成数量 }}
</template>
</el-table-column>
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.计划工时 }}
</template>
</el-table-column>
<!--<el-table-column label="计划工时(分)" align="center" width="70px">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.计划工时 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="完成工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.完成工时 }}