huangbin 4 lat temu
rodzic
commit
45d48f36ee

+ 0 - 1
src/views/information/account_info/compoments/detail-futures/index.vue

@@ -4,7 +4,6 @@
            title="账号详情"
            v-model:visible="visible"
            centered
-           maskClosable="false"
            @cancel="cancel"
            width="890px">
     <template #footer>

+ 5 - 4
src/views/information/account_info/list/account_info_futures/index.vue

@@ -42,13 +42,14 @@
           </a-row>
         </template>
         <a-collapse class="busyCollapse"
-                    v-for="(sub, i) in item.subacclist"
-                    :key="i + '11'"
+                    accordion
                     :bordered="false">
-          <a-collapse-panel :show-arrow="false">
+          <a-collapse-panel :show-arrow="false"
+                            v-for="(sub, i) in item.subacclist"
+                            :key="i + '11'">
             <template #header>
               <a-row class="contRow">
-                <a-col :span="12">{{sub.accountname}} {{sub.accountid}}</a-col>
+                <a-col :span="12">{{sub.accountname}}-{{sub.accountid}}</a-col>
                 <a-col :span="12">{{getTaAccountStatus(sub.tradestatus)}}</a-col>
               </a-row>
             </template>