This commit is contained in:
zhangdingyu
2019-09-20 16:47:54 +08:00
parent 008dc15c34
commit 8d70b74a1e
7 changed files with 33 additions and 32 deletions

View File

@@ -53,7 +53,7 @@
{{ scope.row.组号 || '—' }}
</template>
</el-table-column>
<el-table-column align="center" label="物料名称">
<el-table-column align="center" label="物料名称" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.物料名称 }}
</template>
@@ -83,7 +83,7 @@
{{ scope.row.出库数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="领用时间">
<el-table-column align="center" label="领用时间" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.出库时间 }}
</template>