This commit is contained in:
liushuai
2020-03-03 15:07:28 +08:00
parent ca6652f65e
commit 7b023d6e4f
5 changed files with 43 additions and 29 deletions

View File

@@ -24,30 +24,30 @@
<el-table v-loading="loading" :data="tableData" highlight-current-row size="mini" stripe style="width: 100%;" height="700px" border element-loading-text="拼命加载中" @row-click="searchTable2">
<el-table-column label="操作者" align="center" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.姓名 }}
{{ scope.row.操作工 }}
</template>
</el-table-column>
<el-table-column label="计划工时" align="center" width="70px">
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.定额总工时 }}
{{ scope.row.计划总工时 }}
</template>
</el-table-column>
<el-table-column label="实际工时" align="center" width="70px">
<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.修补准结总工时 }}
{{ 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">
<el-table-column label="扫码工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.扫码总工时 }}
</template>
@@ -86,27 +86,27 @@
{{ scope.row.完成数量 }}
</template>
</el-table-column>
<el-table-column label="计划工时" align="center" width="70px">
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.工时总额 }}
{{ scope.row.计划工时 }}
</template>
</el-table-column>
<el-table-column label="实际工时" align="center" width="70px">
<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.修补准结工时 }}
{{ 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="115px">
<template slot-scope="scope">
{{ scope.row.操作时间 }}
{{ scope.row.完成日期 }}
</template>
</el-table-column>
<el-table-column label="扫码工时" align="center" width="70px">
<el-table-column label="扫码工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.扫码工时 }}
</template>