yu jie 4 年之前
父節點
當前提交
01e62d13f4
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/platinum/platinum_financing_information/list/tab/index.vue

+ 5 - 0
src/views/platinum/platinum_financing_information/list/tab/index.vue

@@ -20,6 +20,11 @@
               <a>{{ getContractName(record.scfcontractstatus) }}</a>
           </template>
 
+          <!-- 账户类型 -->
+          <template #userinfotype="{ record }">
+              <a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
+          </template>
+
       </a-table>
     </contextMenu>
     <Detail :selectedRow="selectedRow" />