只有未审批列表,才有checkbox选框

This commit is contained in:
liyuetong
2021-07-23 16:13:41 +08:00
parent 2c5bf8661a
commit 3419fbb900

View File

@@ -39,7 +39,7 @@
<van-collapse v-model="activeNames">
<van-collapse-item :name="item01.id" v-for="(item01, index01) in item.claimApprovalSearchLst" :key="index01">
<template #title>
<span class="w30 h30 inline-b" @click.stop="checkBoxSwitch(item01.id,item01.isChecked)">
<span class="w30 h30 inline-b" v-if="active == 'notApproved'" @click.stop="checkBoxSwitch(item01.id,item01.isChecked)">
<i :class="item01.isChecked=='0'?'checked':'nochecked'"></i>
</span>
<span class="ml5 mr10 fwb">{{index01+1}}.{{item01.insuredName}}</span>