Browse Source

修改流量池字段

吴sir 3 months ago
parent
commit
5e9b110d2e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/flowPool/config.js
  2. 1 1
      src/views/flowPool/rearFlowPool/index.vue

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

@@ -129,7 +129,7 @@ export const columnsAfter = [
   },
   {
     title: "池大小",
-    dataIndex: "size",
+    dataIndex: "sizeNum",
     align: "center",
     width: 200,
     tooltip: true,

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

@@ -124,7 +124,7 @@ const intData = async (item) => {
       Activated: Activated,
       HaveBeenUsed: HaveBeenUsed,
       trafficPoolStatus,
-      size: item.size + '/' + item.sizeType,
+      sizeNum: item.size + '/' + item.sizeType,
       dataUsage
     };
   });