@@ -192,8 +192,8 @@ const Client = props => {
title: '电话',
dataIndex: 'phone',
key: 'phone',
- width: 65,
- sorter: (a, b) => a.phone.localeCompare(b.phone)
+ width: 65
+ // sorter: (a, b) => a.phone.localeCompare(b.phone)
},
{
title: '手机',