This commit is contained in:
张成
2026-04-01 09:59:54 +08:00
parent aac2d4a8d5
commit 14f5d75d9d
11 changed files with 98 additions and 43 deletions

View File

@@ -79,6 +79,7 @@
<FormItem label="friend_count"><Input v-model="form.friend_count" type="number" /></FormItem>
<FormItem label="sns_count"><Input v-model="form.sns_count" type="number" /></FormItem>
<FormItem label="active_user_count"><Input v-model="form.active_user_count" type="number" /></FormItem>
<FormItem label="api_call_count转发调用"><Input v-model="form.api_call_count" type="number" /></FormItem>
</Form>
</Modal>
</div>
@@ -122,6 +123,7 @@ export default {
{ title: 'friend', key: 'friend_count', minWidth: 72 },
{ title: 'sns', key: 'sns_count', minWidth: 72 },
{ title: 'active_user', key: 'active_user_count', minWidth: 100 },
{ title: 'api_calls', key: 'api_call_count', minWidth: 88 },
{
title: '操作',
key: 'a',
@@ -178,6 +180,7 @@ export default {
friend_count: 0,
sns_count: 0,
active_user_count: 0,
api_call_count: 0,
}
}
this.modal = true