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

@@ -59,7 +59,7 @@
{{ scope.row.操作者 }}
</template>
</el-table-column>
<el-table-column align="center" label="扫码开始" show-overflow-tooltip width="90">
<el-table-column align="center" label="扫码开始" width="90">
<template slot-scope="scope">
{{ scope.row.加工开始时间 }}
</template>
@@ -75,6 +75,11 @@
<el-col style="width: 63%">
<el-card>
<el-table v-loading="loading" ref="singleTable" :data="tableData" :row-class-name="tableRowClassName" class="table" highlight-current-row border height="630" @row-click="getCurrentRow">
<el-table-column align="center" label="跟单号" show-overflow-tooltip width="160">
<template slot-scope="scope">
{{ scope.row.跟单号 }}
</template>
</el-table-column>
<el-table-column align="center" label="零件图号" show-overflow-tooltip width="200">
<template slot-scope="scope">
{{ scope.row.零件图号 }}