diff --git a/src/views/billing/Internetdetails/index.vue b/src/views/billing/Internetdetails/index.vue new file mode 100644 index 0000000..f1c2842 --- /dev/null +++ b/src/views/billing/Internetdetails/index.vue @@ -0,0 +1,437 @@ + + + + + + + + + + {{ month.split('-')[1] }}{{ t('page.Internetdetails.month') }} + {{ month.split('-')[0] }}{{ t('page.Internetdetails.year') }} + + + + + + + + + 流量单位换算关系为1GB=1024MB,1MB=1024KB,如上网流量不足1KB则向1KB累进。移动计费准确,请您放心使用。 + + + + + + + + + {{ record.network_type }} + {{ record.location }} + + + + {{ t('page.Internetdetails.starttime') }}: + {{ record.start_time }} + + + {{ t('page.Internetdetails.totaltraffic') }}: + {{ formatTraffic(record.total_traffic) }} + + + {{ t('page.Internetdetails.fee') }}: + ¥{{ record.fee.toFixed(2) }} + + + + + + + +