工时统计
This commit is contained in:
@@ -27,16 +27,16 @@
|
|||||||
<el-card>
|
<el-card>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-table v-loading="loading" :data="tableData" highlight-current-row height="580" style="width: 100%;" border element-loading-text="拼命加载中" @row-click="searchTable2">
|
<el-table v-loading="loading" :data="tableData" highlight-current-row height="580" style="width: 100%;" border element-loading-text="拼命加载中" @row-click="searchTable2">
|
||||||
<el-table-column
|
<el-table-column label="操作者" align="center" width="110px">
|
||||||
label=" "
|
|
||||||
type="index"
|
|
||||||
align="center"
|
|
||||||
width="50"/>
|
|
||||||
<el-table-column label="操作者" align="center" width="130px">
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.姓名 }}
|
{{ scope.row.姓名 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="理论工时" align="center">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.理论加工时间段 }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="实际工时" align="center">
|
<el-table-column label="实际工时" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.实际加工时间段 }}
|
{{ scope.row.实际加工时间段 }}
|
||||||
@@ -56,11 +56,6 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="17" style="margin-left: 30px;">
|
<el-col :span="17" style="margin-left: 30px;">
|
||||||
<el-table v-loading="loading2" :data="tableData2" height="580" style="width: 100%;" border element-loading-text="拼命加载中">
|
<el-table v-loading="loading2" :data="tableData2" height="580" style="width: 100%;" border element-loading-text="拼命加载中">
|
||||||
<el-table-column
|
|
||||||
label=" "
|
|
||||||
type="index"
|
|
||||||
align="center"
|
|
||||||
width="50"/>
|
|
||||||
<el-table-column label="零件图号" align="center" width="150px">
|
<el-table-column label="零件图号" align="center" width="150px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.零件图号 }}
|
{{ scope.row.零件图号 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user