基本可用
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
<h3>{{ $t('netnode.tableHeader') }}</h3>
|
||||
<div class="search-input">
|
||||
<v-text-field
|
||||
:placeholder="$t('netnode.searchHolder')"
|
||||
@keyup.13="searchAction"
|
||||
placeholder="输入查询条件"
|
||||
:value="filter"
|
||||
@input="inputFilter"
|
||||
append-icon="search" />
|
||||
@@ -65,7 +66,8 @@ export default {
|
||||
...mapActions([
|
||||
'queryUserInfo',
|
||||
'queryOne',
|
||||
'nextPage'
|
||||
'nextPage',
|
||||
'searchAction'
|
||||
]),
|
||||
...mapMutations([
|
||||
'inputFilter',
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
<h3>{{ $t('network.tableHeader') }}</h3>
|
||||
<div class="search-input">
|
||||
<v-text-field
|
||||
:placeholder="$t('network.searchHolder')"
|
||||
@keyup.13="searchTicket"
|
||||
placeholder="输入查询条件"
|
||||
:value="filter"
|
||||
@input="inputFilter"
|
||||
append-icon="search" />
|
||||
@@ -68,7 +69,8 @@ export default {
|
||||
methods: {
|
||||
...mapActions([
|
||||
'queryTickets',
|
||||
'nextPage'
|
||||
'nextPage',
|
||||
'searchTicket'
|
||||
]),
|
||||
...mapMutations([
|
||||
'inputFilter',
|
||||
|
||||
@@ -48,7 +48,12 @@
|
||||
<td>{{ props.item._id }}</td>
|
||||
<td>{{ props.item.phone }}</td>
|
||||
<td>{{ props.item.group.length }}</td>
|
||||
<td>{{ props.item.vic }}</td>
|
||||
<td>{{ props.item.asset && props.item.asset.vic }}</td>
|
||||
<td>{{ props.item.fundSum }}</td>
|
||||
<td>{{ props.item.inviter }}</td>
|
||||
<td>{{ props.item.createdAt }}</td>
|
||||
<td>{{ props.item.lastDeposit }}</td>
|
||||
<td>{{ props.item.fundList }}</td>
|
||||
</template>
|
||||
<template slot="no-results">
|
||||
{{ $t('owner.tableNone') }}
|
||||
|
||||
Reference in New Issue
Block a user