This commit is contained in:
lixin
2019-01-05 18:56:09 +08:00
parent 0713f0f364
commit 90c459364b
9 changed files with 24 additions and 29 deletions

View File

@@ -141,6 +141,11 @@
{{ scope.row.出库时间 }}
</template>
</el-table-column>
<el-table-column label="备注" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.备注 }}
</template>
</el-table-column>
</el-table>
</el-card>
</div>