✨ feat: 计划列表新增字段
This commit is contained in:
parent
053bcd3540
commit
1ef1f9aee3
|
@ -116,6 +116,13 @@ const Column = [
|
|||
prop: "receive",
|
||||
width: "auto"
|
||||
},
|
||||
{
|
||||
title: "调用key码数量",
|
||||
name: "api_send",
|
||||
type: "normal",
|
||||
prop: "api_send",
|
||||
width: "auto"
|
||||
},
|
||||
{
|
||||
title: "使用key码总数",
|
||||
name: "usage",
|
||||
|
|
Loading…
Reference in New Issue