项目采购总价

This commit is contained in:
zhangdingyu
2019-09-20 15:14:23 +08:00
parent b6eb5cf156
commit 008dc15c34
3 changed files with 6 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
{{ scope.row.图号 }}
</template>
</el-table-column>
<el-table-column label="规格" align="center" min-width="100">
<el-table-column label="规格" align="center" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.规格 }}
</template>