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