This commit is contained in:
zhangdingyu
2019-09-22 11:33:24 +08:00
parent 4f1a00074e
commit 6b0e845191
4 changed files with 7 additions and 7 deletions

View File

@@ -95,7 +95,7 @@
{{ scope.row.采购单名称 }}
</template>
</el-table-column>
<el-table-column label="供应商" align="center" min-width="250">
<el-table-column label="供应商" align="center" min-width="250" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
</template>