工时查询
This commit is contained in:
@@ -32,17 +32,12 @@
|
||||
{{ 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.扫码总工时 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="修补准结工时" align="center" width="100px">
|
||||
<el-table-column label="录入准结工时" align="center" width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.修补准结总工时 }}
|
||||
</template>
|
||||
@@ -52,6 +47,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>
|
||||
<div>
|
||||
<el-pagination
|
||||
@@ -91,17 +91,12 @@
|
||||
{{ 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.扫码工时 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="修补准结工时" align="center" width="100px">
|
||||
<el-table-column label="录入准结工时" align="center" width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.修补准结工时 }}
|
||||
</template>
|
||||
@@ -111,6 +106,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>
|
||||
<div>
|
||||
<el-pagination
|
||||
|
||||
Reference in New Issue
Block a user