Przeglądaj źródła

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

李晓萍 2 tygodni temu
rodzic
commit
536fda311d

+ 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>)
           }
         },
         {