fix: 终端管理当前列imsi排序

This commit is contained in:
TsMask
2023-12-06 17:30:13 +08:00
parent dd8dc63eab
commit f9016492be
4 changed files with 7 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ let tableColumns: ColumnsType = [
{
title: 'MSISDN',
dataIndex: 'msisdn',
sorter: (a: any, b: any) => Number(a.msisdn) - Number(b.msisdn),
align: 'center',
width: 150,
},