소스 검색

修改流量池字段

吴sir 5 달 전
부모
커밋
5e9b110d2e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
     };
   });