瀏覽代碼

fix:修改

wuguojie 10 月之前
父節點
當前提交
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"