huangbin 4 jaren geleden
bovenliggende
commit
33756ffa59
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      src/views/platinum/platinum_recharge_withdrawal_review/list/withdrawal/index.vue

+ 3 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/withdrawal/index.vue

@@ -19,7 +19,9 @@
         <template #userinfotype="{ record }">
           <a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
         </template>
-
+        <template #applystatus="{ }">
+          <a>{{ getTableListStatus() }}</a>
+        </template>
       </a-table>
     </contextMenu>
     <ControlModal :selectedRow="selectedRow" />