|
@@ -376,7 +376,7 @@ const intData = async () => {
|
|
|
const trafficPoolStatus = trafficList.value.find(val => val.value == item.status)?.label
|
|
|
const sourceName = sourceList.value.find(val => val.value == item.source)?.label
|
|
|
const Activated = 0 + '/' + item.iccids.length
|
|
|
- const HaveBeenUsed = 0+ '/' + item.size
|
|
|
+ const HaveBeenUsed = 0+ '/' + item.size+item.sizeType
|
|
|
return {
|
|
|
...item,
|
|
|
sourceName,// 运营商名称
|