页面采购查询分页

This commit is contained in:
bryan sun
2020-01-09 16:02:17 +08:00
parent ee622cd57c
commit 01a5a27d69
4 changed files with 28 additions and 26 deletions

View File

@@ -37,7 +37,7 @@
{{ scope.row.设备总工时 }}
</template>
</el-table-column>
<el-table-column label="录入准结工时" align="center" width="100px">
<el-table-column label="录入准结" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.修补准结总工时 }}
</template>
@@ -66,7 +66,7 @@
<el-col :span="15">
<el-card>
<el-table v-loading="loading2" :data="tableData2" size="mini" stripe style="width: 100%;" height="700px" border element-loading-text="拼命加载中">
<el-table-column label="零件图号" align="center" width="140px" show-overflow-tooltip>
<el-table-column label="零件图号" align="center" width="135px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.零件图号 }}
</template>
@@ -96,12 +96,12 @@
{{ scope.row.设备工时 }}
</template>
</el-table-column>
<el-table-column label="录入准结工时" align="center" width="100px">
<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="135px">
<el-table-column label="加工时间" align="center" width="115px">
<template slot-scope="scope">
{{ scope.row.操作时间 }}
</template>