李晓萍 2 settimane fa
parent
commit
3896183e87

+ 2 - 2
src/views/cyAccountManage/memberInfoManage/mainContent.vue

@@ -26,7 +26,7 @@
           <div>
             <el-select v-model="search.customerType" placeholder="请选择客户类别" clearable>
               <el-option
-                v-for="item in [
+                v-for="item in [  
                   { value: 0, label: '企业' },
                   { value: 1, label: '个体工商户' },
                   // { value: 2, label: '个人' },
@@ -138,7 +138,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>)
           }
         },
         {