Selaa lähdekoodia

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

李晓萍 2 viikkoa sitten
vanhempi
commit
536fda311d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>)
           }
         },
         {