Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
bc73d18f
Commit
bc73d18f
authored
Aug 11, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:layout
parent
c647741d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
index.vue
src/pages/Withdrawal/walletAccount/index.vue
+8
-9
No files found.
src/pages/Withdrawal/walletAccount/index.vue
View file @
bc73d18f
<
template
>
<Layout>
<el-card
class=
"role_management"
>
<!-- 检索区域 -->
<div
class=
"creatRole"
>
...
...
@@ -80,9 +81,11 @@
</el-table>
<page
:totalNum=
"totalNum"
@
update=
"update"
/>
</el-card>
</Layout>
</template>
<
script
>
import
page
from
"../../../components/Pagination"
;
import
Layout
from
"../layout/index.vue"
;
import
{
getAccountList
}
from
"@/service/Withdrawal/withdrawal"
;
...
...
@@ -90,7 +93,7 @@ export default {
name
:
"walletAccount"
,
props
:[
"flowRecord"
],
components
:
{
page
,
page
,
Layout
},
data
()
{
return
{
...
...
@@ -132,10 +135,6 @@ export default {
// this.getPermissionsAll();
},
methods
:
{
// hasStatusFormat(row) {
// let statusText = ["正常", "禁用", "删除"];
// return statusText[row.role_status - 1];
// },
// onCreateRole() {
// this.roleTitle = "新增角色";
// this.getPermissionsAll();
...
...
@@ -165,10 +164,10 @@ export default {
this
.
totalNum
=
res
.
result
.
count
;
});
},
//
//查询
// onSearchSubmit
() {
// this.getGetRole_l
ist();
//
},
//查询
findProducts
()
{
this
.
getAccountL
ist
();
},
// //重置
// onReset() {
// (this.searchProps.user_id = ""), (this.searchProps.type = "");
...
...
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