diff --git a/src/views/my-simcard/single-card/index.vue b/src/views/my-simcard/single-card/index.vue index 91dbf6b..cd41d6a 100644 --- a/src/views/my-simcard/single-card/index.vue +++ b/src/views/my-simcard/single-card/index.vue @@ -124,7 +124,98 @@
- + +
+ + + + {{ + cardInfo?.virtual_no || '--' + }} + + + {{ getAssetStatusName(cardInfo?.status) }} + + + + + + + + + + + + {{ getRealNameStatusName(cardInfo?.real_name_status) }} + + + {{ + cardInfo?.activated_at || '--' + }} + + +
+ +