吴sir 4 ماه پیش
والد
کامیت
e602b868f1
3فایلهای تغییر یافته به همراه8 افزوده شده و 6 حذف شده
  1. 3 3
      src/views/flowPool/config.js
  2. 1 0
      src/views/flowPool/index.vue
  3. 4 3
      src/views/flowPool/rearFlowPool/index.vue

+ 3 - 3
src/views/flowPool/config.js

@@ -9,9 +9,9 @@ export const columns = [
     // { title: window.$t('flowPool.surplusFlow'), dataIndex: 'surplusFlow', align: 'center', width: 200 },
     // { title: window.$t('flowPool.exceededFlow'), dataIndex: 'exceededFlow', align: 'center', width: 200 },
     { title: window.$t('flowPool.source'), dataIndex: 'sourceName', align: 'center', width: 200 },
-    { title: window.$t('flowPool.tariffName'), dataIndex: 'sourceName', align: 'center', width: 200 },
-    { title: window.$t('flowPool.ActivatedName'), dataIndex: 'sourceName', align: 'center', width: 200 },
-    { title: window.$t('flowPool.HaveBeenUsedName'), dataIndex: 'sourceName', align: 'center', width: 200 },
+    { title: window.$t('flowPool.tariffName'), dataIndex: 'simTariffName', align: 'center', width: 200 },
+    { title: window.$t('flowPool.ActivatedName'), dataIndex: 'index', align: 'center', width: 200 },
+    { title: window.$t('flowPool.HaveBeenUsedName'), dataIndex: 'index', align: 'center', width: 200 },
     // { title: window.$t('flowPool.cardRariffName'), dataIndex: 'cardRariffName', align: 'center', width: 200 },
     // { title: window.$t('flowPool.cardNum'), dataIndex: 'cardNum', align: 'center', width: 200 },
     // { title: window.$t('flowPool.totalFlow'), dataIndex: 'totalFlow', align: 'center', width: 200 },

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

@@ -379,6 +379,7 @@ const intData = async () => {
       ...item,
       sourceName,// 运营商名称
       trafficPoolStatus,
+      index:0,
       poolNumber: "NR0" + (index + 1),
     }
   })

+ 4 - 3
src/views/flowPool/rearFlowPool/index.vue

@@ -72,9 +72,9 @@
             }}</a>
         </a-popconfirm>
         <!-- 导卡 -->
-        <a class="a-link" href="javascript:;" style="margin-right: 1rem" @click="dictShowModel(3, record)">{{
-            $t('flowPool.exportCard')
-          }}</a>
+<!--        <a class="a-link" href="javascript:;" style="margin-right: 1rem" @click="dictShowModel(3, record)">{{-->
+<!--            $t('flowPool.exportCard')-->
+<!--          }}</a>-->
       </template>
 
     </a-table>
@@ -380,6 +380,7 @@ const intData = async () => {
       ...item,
       sourceName,// 运营商名称
       // trafficPoolType,
+      index:0,
       trafficPoolStatus,
     }
   })