huangbin vor 4 Jahren
Ursprung
Commit
33756ffa59

+ 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" />