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

This commit is contained in:
sexygoat
2026-04-15 17:12:50 +08:00
parent 1931a096b0
commit 209b5342b9
3 changed files with 61 additions and 7 deletions

View File

@@ -168,7 +168,7 @@
</div>
</template>
</ElTableColumn>
<ElTableColumn prop="msisdn" label="MSISDN" />
<ElTableColumn prop="msisdn" label="MSISDN" min-width="140" />
<ElTableColumn prop="carrier_name" label="运营商" width="120" />
<ElTableColumn prop="slot_position" label="卡槽位置" align="center" width="130">
<template #default="scope">
@@ -192,7 +192,7 @@
</ElTag>
</template>
</ElTableColumn>
<ElTableColumn label="实名时间" width="170">
<ElTableColumn label="实名时间" width="180">
<template #default="scope">
{{ scope.row.real_name_at ? formatDateTime(scope.row.real_name_at) : '-' }}
</template>