1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user