Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
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
fengzhaoyu
mingPayPc
Commits
fec30f94
Commit
fec30f94
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户列表默认搜索正常状态用户
parent
d54f9f1f
master
…
ISV
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+3
-3
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
fec30f94
...
...
@@ -9,7 +9,7 @@
<a-select-option
value=
"NOT_EXIST"
>
未绑卡
</a-select-option>
<a-select-option
value=
"UNACTIVE"
>
已冻结
</a-select-option>
</a-select>
<a-select
placeholder=
"账户状态"
style=
"width: 120px;margin-right: 20px;"
:allowClear=
"true"
@
change=
"selectHandleChangeAccount"
>
<a-select
placeholder=
"账户状态"
defaultValue=
"ACTIVE"
style=
"width: 120px;margin-right: 20px;"
:allowClear=
"true"
@
change=
"selectHandleChangeAccount"
>
<a-select-option
value=
"ACTIVE"
>
正常
</a-select-option>
<a-select-option
value=
"LOG_OFF"
>
已注销
</a-select-option>
</a-select>
...
...
@@ -33,7 +33,7 @@
<a-table
:columns=
"columns"
:dataSource=
"accountList"
size=
"default"
rowKey=
"ddUserId"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"name"
>
姓名
</span>
<span
slot=
"departmentNameList"
slot-scope=
"departmentNameList, record"
>
<a-popover
v-
if=
"item"
v-for=
"(item,indexOf) in departmentNameList
"
:key=
"indexOf"
>
<a-popover
v-
for=
"(item,indexOf) in departmentNameList"
v-if=
"item
"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
parentSysDeptNameList
[
indexOf
]
}}
</p>
</
template
>
...
...
@@ -189,7 +189,7 @@ export default {
},
cardNum
:
''
,
cardStatus
:
''
,
accountStatus
:
''
accountStatus
:
'
ACTIVE
'
}
}
},
...
...
This diff is collapsed.
Click to expand it.
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