yu jie 4 lat temu
rodzic
commit
01e62d13f4

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