diff --git a/src/pages/plan/list/list.js b/src/pages/plan/list/list.js index 4467980c..834b89a5 100644 --- a/src/pages/plan/list/list.js +++ b/src/pages/plan/list/list.js @@ -123,6 +123,13 @@ const Column = [ prop: "receive", width: "auto" }, + { + title: "调用key码数量", + name: "api_send", + type: "normal", + prop: "api_send", + width: "auto" + }, { title: "使用key码总数", name: "usage",