@@ -33,7 +33,7 @@
<a-collapse-panel>
<template #header>
<a-row class="headRow">
- <a-col :span="12">{{item.mainAcc.accountname}}({{item.mainAcc.hedgeaccountcode}})</a-col>
+ <a-col :span="12">{{item.mainAcc.accountname}} {{ '-' + item.mainAcc.hedgeaccountcode}} ({{item.subacclist.length}})</a-col>
<a-col :span="12">
<BtnList :selectedData="item"
:btnList="secondBtn"