v-for中点击当前项结合$set触发当前项子项的显示与否(路由传参)

{ {$t('qc.Reward')}}: { {finish.reward}} { {$t('qc.Remaining_number')}}: { {finish.last_num}} { {$t('qc.Received')}}{ {$t('qc.Task_status')}}:{ {$t('qc.processing')}} { {$t('qc.Received')}}{ {$t('qc.Task_status')}}:{ {$t('qc.under_review')}} { {$t('qc.Have_done')}}{ {$t('qc.Task_status')}}:{ {$t('qc.Have_done')}} { {$t('qc.Received')}}{ {$t('qc.Task_status')}}:{ {$t('qc.Was_rejected')}}
{ {$t('qc.see_details')}}

{ {$t('qc.A_ASK')}}

{ {$t('qc.B_ASK')}}

{ {$t('qc.C_ASK')}}

 

data(){
  listBol:[true]
},
methods:{
  setListBol(index){
    this.$set(this.listBol,index,!this.listBol[index]);
  },

}

 

 

你可能感兴趣的:(记录,v-for,$set,路由传参)