This commit is contained in:
@@ -1094,6 +1094,7 @@ const formItems: SearchFormItem[] = baseFormItems
|
||||
// 列配置
|
||||
const columnOptions = [
|
||||
{ label: 'ICCID', prop: 'iccid' },
|
||||
{ label: 'IMEI', prop: 'gateway_card_imei' },
|
||||
{ label: 'MSISDN', prop: 'msisdn' },
|
||||
{ label: '卡虚拟号', prop: 'virtual_no' },
|
||||
{ label: '运营商', prop: 'carrier_name' },
|
||||
@@ -1226,6 +1227,13 @@ const { columnChecks, columns } = useCheckedColumns(() => [
|
||||
)
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: 'gateway_card_imei',
|
||||
label: 'IMEI',
|
||||
width: 180,
|
||||
showOverflowTooltip: true,
|
||||
formatter: (row: StandaloneIotCard) => row.gateway_card_imei || '-'
|
||||
},
|
||||
{
|
||||
prop: 'msisdn',
|
||||
label: 'MSISDN',
|
||||
|
||||
Reference in New Issue
Block a user