소스 검색

fix(个体工商户)个体工商户

李晓萍 2 주 전
부모
커밋
536fda311d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/accountCenter/openInfoManage/mainContentTable.js

+ 1 - 1
src/views/accountCenter/openInfoManage/mainContentTable.js

@@ -29,7 +29,7 @@ export default {
           prop: 'customerType',
           showTooltip: true,
           render: (h, row) => {
-            return (<span>{row.customerType === 0 ? '企业' : row.customerType === 1 ? '个工商户' : '个人'} </span>)
+            return (<span>{row.customerType === 0 ? '企业' : row.customerType === 1 ? '个工商户' : '个人'} </span>)
           }
         },
         {