Преглед изворни кода

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