Commit bc73d18f authored by pengyunqian's avatar pengyunqian

update:layout

parent c647741d
<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_list();
// },
//查询
findProducts() {
this.getAccountList();
},
// //重置
// onReset() {
// (this.searchProps.user_id = ""), (this.searchProps.type = "");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment