fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m27s

This commit is contained in:
sexygoat
2026-04-11 16:51:54 +08:00
parent 33e15314ac
commit 4f02d6faf0
25 changed files with 387 additions and 317 deletions

View File

@@ -1015,13 +1015,15 @@
{
prop: 'virtual_no',
label: '卡虚拟号',
width: 160,
width: 180,
showOverflowTooltip: true,
formatter: (row: StandaloneIotCard) => row.virtual_no || '-'
},
{
prop: 'device_virtual_no',
label: '绑定设备虚拟号',
width: 160,
width: 180,
showOverflowTooltip: true,
formatter: (row: StandaloneIotCard) => row.device_virtual_no || '-'
},
{
@@ -1033,7 +1035,8 @@
{
prop: 'carrier_name',
label: '运营商',
width: 150
width: 150,
showOverflowTooltip: true
},
{
prop: 'shop_name',