|
|
@@ -193,14 +193,14 @@ const Client = props => {
|
|
|
dataIndex: 'phone',
|
|
|
key: 'phone',
|
|
|
width: 65,
|
|
|
- sorter: (a, b) => a.phone - b.phone
|
|
|
+ sorter: true
|
|
|
},
|
|
|
{
|
|
|
title: '手机',
|
|
|
dataIndex: 'telephone',
|
|
|
key: 'telephone',
|
|
|
width: 75,
|
|
|
- sorter: (a, b) => a.telephone - b.telephone,
|
|
|
+ sorter: true,
|
|
|
search: false
|
|
|
},
|
|
|
{
|
|
|
@@ -208,7 +208,7 @@ const Client = props => {
|
|
|
dataIndex: 'qq',
|
|
|
key: 'qq',
|
|
|
width: 75,
|
|
|
- sorter: (a, b) => a.qq - b.qq,
|
|
|
+ sorter: true,
|
|
|
search: false
|
|
|
},
|
|
|
{
|
|
|
@@ -216,7 +216,7 @@ const Client = props => {
|
|
|
dataIndex: 'email',
|
|
|
key: 'email',
|
|
|
width: 75,
|
|
|
- sorter: (a, b) => a.email - b.email,
|
|
|
+ sorter: true,
|
|
|
search: false
|
|
|
},
|
|
|
{
|
|
|
@@ -321,7 +321,7 @@ const Client = props => {
|
|
|
key: 'address',
|
|
|
ellipsis: true,
|
|
|
width: 150,
|
|
|
- sorter: (a, b) => a.address - b.address,
|
|
|
+ sorter: true,
|
|
|
search: false
|
|
|
},
|
|
|
{
|