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

This commit is contained in:
sexygoat
2026-04-25 17:00:11 +08:00
parent f0f054390a
commit 819fe9080a
7 changed files with 21 additions and 15 deletions

View File

@@ -282,7 +282,7 @@
{
prop: 'iccid',
label: 'ICCID',
minWidth: 200,
width: 200,
formatter: (row: AuthorizationItem) => {
return h(
'span',
@@ -299,8 +299,8 @@
},
{
prop: 'msisdn',
label: '手机号',
width: 130,
label: 'MSISDN',
width: 180,
formatter: (row: AuthorizationItem) => row.msisdn || '-'
},
{

View File

@@ -288,7 +288,7 @@
{
prop: 'task_no',
label: '任务编号',
width: 180,
width: 220,
showOverflowTooltip: true,
formatter: (row: DeviceImportTask) => {
return h(

View File

@@ -425,7 +425,7 @@
{
prop: 'carrier_name',
label: '运营商',
width: 120,
width: 180,
showOverflowTooltip: true
},
{