huangbin 4 年之前
父节点
当前提交
33756ffa59
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 }">
         <template #userinfotype="{ record }">
           <a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
           <a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
         </template>
         </template>
-
+        <template #applystatus="{ }">
+          <a>{{ getTableListStatus() }}</a>
+        </template>
       </a-table>
       </a-table>
     </contextMenu>
     </contextMenu>
     <ControlModal :selectedRow="selectedRow" />
     <ControlModal :selectedRow="selectedRow" />