element-ui 表格 计算属性 scope.row

  <template slot-scope="scope">
          <el-tag :type="formatterhandleStatus(scope.row)" disable-transitions size="small">新TAG</el-tag>
  </template>


computed:{
  formatterhandleStatus(){
     function  formatterhandleTag(val){
          if(val === 1){return "danger"}
      }
   return formatterhandleTag
  }
  
}
posted @ 2022-01-06 15:19  云霄紫潭  阅读(619)  评论(0编辑  收藏  举报