Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
2a5d0ba2
Commit
2a5d0ba2
authored
Nov 01, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收益总览清除搜索
parent
92c08cb4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gainRecord.vue
src/views/purseManage/gainRecord.vue
+1
-1
incomeOverview.vue
src/views/purseManage/incomeOverview.vue
+8
-2
No files found.
src/views/purseManage/gainRecord.vue
View file @
2a5d0ba2
...
...
@@ -32,7 +32,7 @@
<el-table-column
align=
"center"
label=
"流水类型"
>
<template
scope=
"scope"
>
<span
v-if=
"scope.row.source==0"
>
活动奖励
</span>
<
!--
<span
v-if=
"scope.row.source==1"
>
一级提成
</span>
--
>
<
span
v-if=
"scope.row.source==1"
>
一级提成
</span
>
<span
v-if=
"scope.row.source==2"
>
会员充值
</span>
<span
v-if=
"scope.row.source==10"
>
成功提现
</span>
<span
v-if=
"scope.row.source==11"
>
转账
</span>
...
...
src/views/purseManage/incomeOverview.vue
View file @
2a5d0ba2
...
...
@@ -4,17 +4,18 @@
<div
class=
"filter-container"
ref=
"filter-container"
>
<el-form
ref=
"queryForm"
:inline=
"inline"
:model=
"listQuery"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"listQuery.username"
placeholder=
"请输入姓名"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model
.
number=
"listQuery.phone"
placeholder=
"请输入手机号"
></el-input>
</el-form-item>
</el-col>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
icon=
"search"
@
click=
"handleFilter"
>
搜索
</el-button>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
icon=
"search"
@
click=
"clearFilter"
>
清除搜索
</el-button>
</el-row>
</el-form>
</div>
...
...
@@ -149,6 +150,11 @@ export default {
...
mapGetters
([
'elements'
])
},
methods
:
{
//清除搜索
clearFilter
(){
this
.
listQuery
.
username
=
this
.
listQuery
.
phone
=
null
;
this
.
getList
()
},
//提现
deposit
(
row
)
{
let
titleMsg
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment