更新
This commit is contained in:
@@ -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.零件图号 }}
|
||||
|
||||
Reference in New Issue
Block a user