追溯加工过程

This commit is contained in:
Vergil
2020-05-19 13:26:59 +08:00
parent 6833ac3f57
commit bb3800f1f3
2 changed files with 2 additions and 7 deletions

View File

@@ -100,11 +100,6 @@
{{ scope.row.操作者 }}
</template>
</el-table-column>
<el-table-column align="center" label="排产日期" min-width="110">
<template slot-scope="scope">
{{ scope.row.排产日期 }}
</template>
</el-table-column>
<el-table-column align="center" label="完成日期" min-width="110">
<template slot-scope="scope">
{{ scope.row.完成日期 }}

View File

@@ -77,12 +77,12 @@
<el-col style="width: 49%">
<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">
<el-table-column align="center" label="跟单号" show-overflow-tooltip width="140" fixed="left">
<template slot-scope="scope">
{{ scope.row.跟单号 }}
</template>
</el-table-column>
<el-table-column align="center" label="零件图号" show-overflow-tooltip width="200">
<el-table-column align="center" label="零件图号" show-overflow-tooltip width="150" fixed="left">
<template slot-scope="scope">
{{ scope.row.零件图号 }}
</template>