This commit is contained in:
zhangdingyu
2019-09-20 16:57:43 +08:00
parent 8d70b74a1e
commit eba60fd687
3 changed files with 36 additions and 36 deletions

View File

@@ -88,12 +88,12 @@
{{ scope.row.物料名称 }}
</template>
</el-table-column>
<el-table-column label="图号或型号" align="center" min-width="120">
<el-table-column label="图号或型号" align="center" min-width="120" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.物料型号 }}
</template>
</el-table-column>
<el-table-column label="规格" align="center" min-width="120">
<el-table-column label="规格" align="center" min-width="120" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.物料规格 }}
</template>