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