<el-table
:data="item.cashCouponInfo">
<el-table-column
prop="max_coupons"
v-if="item.cashCouponInfo[0].max_coupons !== 0"
label="数量">
</el-table-column>
</el-table>
element-ui 动态设置 el-table 一列不显示
最新推荐文章于 2024-03-23 17:24:48 发布
本文介绍如何使用 Element UI 的表格组件展示现金券信息,包括条件渲染表格列以显示现金券的最大数量。
8884

被折叠的 条评论
为什么被折叠?



