wuguojie 10 месяцев назад
Родитель
Сommit
fdf5129cc1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/FinancialManagement/AcountWithdrawal/AcountBalance.vue

+ 1 - 1
src/views/FinancialManagement/AcountWithdrawal/AcountBalance.vue

@@ -33,7 +33,7 @@
           </el-row>
         </el-form>
       </div>
-      <kt-common-table :showBatchDelete="false" keyName="id" :isNotFixed="false" :showSysUserAccountCardList="false" :summation = 'summationData' :showSummation="true"
+      <kt-common-table :showBatchDelete="false" keyName="id" :isNotFixed="false" :showSysUserAccountCardList="true" :summation = 'summationData' :showSummation="true"
         :showOperation="true" :data="pageResult" :columns="columns" @findPage="queryBalance" :isshowpagination="true"
         button2Name="提现" button3Name="绑卡" button2Background="#409eff" button3Background="#409eff"
         @handleButton2="withdrawButton" @handleButton3="withdrawButton2" @handleBreak="handleBreak"