<el-table-column show-overflow-tooltip label="位置" >
<template slot-scope="scope">
<span>{{ scope.row.XXX }}</span>
</template>
</el-table-column>
<!--必须要用template,官方文档中只加show-overflow-tooltip不起效-->
elementUI el-table-column 省略号不生效
最新推荐文章于 2025-06-25 01:53:19 发布