feat: ICCID新增设备店铺名称,套餐系列名称
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m24s

This commit is contained in:
sexygoat
2026-04-15 10:14:53 +08:00
parent d373c2e70e
commit 1931a096b0
2 changed files with 13 additions and 0 deletions

View File

@@ -776,6 +776,8 @@
{ label: '设备名称', prop: 'device_name' },
{ label: '设备型号', prop: 'device_model' },
{ label: '设备类型', prop: 'device_type' },
{ label: '店铺名称', prop: 'shop_name' },
{ label: '套餐系列', prop: 'series_name' },
{ label: '制造商', prop: 'manufacturer' },
{ label: '最大插槽数', prop: 'max_sim_slots' },
{ label: '已绑定卡数', prop: 'bound_card_count' },
@@ -1037,6 +1039,16 @@
label: '设备类型',
width: 120
},
{
prop: 'shop_name',
label: '店铺名称',
minWidth: 120
},
{
prop: 'series_name',
label: '套餐系列',
minWidth: 120
},
{
prop: 'manufacturer',
label: '制造商',