<Component :is="row.status == '1' ? 'Check' : 'Close'" :color="row.status == '1' ? 'green' : 'red'"/>
element-plus icon 动态显示
最新推荐文章于 2026-04-21 02:16:40 发布
<Component :is="row.status == '1' ? 'Check' : 'Close'" :color="row.status == '1' ? 'green' : 'red'"/>
6917
1507

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