image.png
<template v-slot="scope">
{{scope.row}}
<div v-if="scope.row.stateId < 7">
拆分处理中
</div>
<div v-else-if="scope.row.stateId >= 7">
其他
</div>
</template>
image.png
<template v-slot="scope">
{{scope.row}}
<div v-if="scope.row.stateId < 7">
拆分处理中
</div>
<div v-else-if="scope.row.stateId >= 7">
其他
</div>
</template>
本文标题:vue作用域插槽渲染列表
本文链接:https://www.haomeiwen.com/subject/imsfwhtx.html
网友评论