吴sir 4 ماه پیش
والد
کامیت
35acc7ce05
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/i18n/zh/flowPool.js
  2. 1 1
      src/views/flowPool/index.vue
  3. 1 1
      src/views/flowPool/rearFlowPool/index.vue

+ 1 - 1
src/i18n/zh/flowPool.js

@@ -48,6 +48,6 @@ export default {
     ICCIDName:'请选择ICCID',
     tariffName:'资费名称',
     ActivatedName:'已激活/总卡数量',
-    HaveBeenUsedName:'已使用/总流量(G)',
+    HaveBeenUsedName:'已使用/总流量',
     TimeName:'过期时间',
 }

+ 1 - 1
src/views/flowPool/index.vue

@@ -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,// 运营商名称

+ 1 - 1
src/views/flowPool/rearFlowPool/index.vue

@@ -378,7 +378,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,// 运营商名称