0429文档相关修改

This commit is contained in:
liulujia
2020-04-29 17:28:20 +08:00
parent 11959d8ab9
commit 0b6bfc1655
6 changed files with 75 additions and 17 deletions

View File

@@ -201,6 +201,11 @@
</template>
</template>
</el-table-column>
<el-table-column label="操作工" align="center" width="90px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.操作工姓名 }}
</template>
</el-table-column>
<el-table-column label="质检时间" align="center" width="140px">
<template slot-scope="scope">
{{ scope.row.操作时间 }}