element的slot使用

吕宇定
2023-12-01

 用法和iview差不多,但是比iview多了一层。

<template slot-scope="scope">
  <span v-for="(item, index) in returnTypeList" :key="index" 
        v-show="item.key === scope.row.returnType">{{item.value}}</span>
</template>

 类似资料: