mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
恢复测试展开,收起代码是否与原生有关
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<div class="bottom-btn bg-white pt10 pb10 flex justify-content-s" style="border-top: 1px solid #dadada;" v-if="active == 'notApproved'">
|
||||
<div>
|
||||
<van-button class="ml10 mr10" type="danger" :plain='total != claimApprovalIds.length' round size="small" @click="checkAll">全选</van-button>
|
||||
<van-button class="ml10 mr10" type="danger" round size="small" @click="collapseAll">展开</van-button>
|
||||
<!-- <van-button class="ml10 mr10" type="danger" round size="small" @click="collapseAll">展开</van-button> -->
|
||||
<span class="fs12">合计:{{totalMoney}}元</span>
|
||||
</div>
|
||||
<div>
|
||||
@@ -160,7 +160,6 @@ export default {
|
||||
},
|
||||
//右上角,全部展开、全部收起
|
||||
collapseAll(){
|
||||
this.isOpen = this.isOpen == '0' ? (this.isOpen = '1') : (this.isOpen = '0')
|
||||
let that = this
|
||||
if(that.isOpen == '0'){
|
||||
that.activeNames = []
|
||||
|
||||
Reference in New Issue
Block a user