Commit bc73d18f authored by pengyunqian's avatar pengyunqian

update:layout

parent c647741d
<template> <template>
<Layout>
<el-card class="role_management"> <el-card class="role_management">
<!-- 检索区域 --> <!-- 检索区域 -->
<div class="creatRole"> <div class="creatRole">
...@@ -80,9 +81,11 @@ ...@@ -80,9 +81,11 @@
</el-table> </el-table>
<page :totalNum="totalNum" @update="update" /> <page :totalNum="totalNum" @update="update" />
</el-card> </el-card>
</Layout>
</template> </template>
<script> <script>
import page from "../../../components/Pagination"; import page from "../../../components/Pagination";
import Layout from "../layout/index.vue";
import { import {
getAccountList getAccountList
} from "@/service/Withdrawal/withdrawal"; } from "@/service/Withdrawal/withdrawal";
...@@ -90,7 +93,7 @@ export default { ...@@ -90,7 +93,7 @@ export default {
name: "walletAccount", name: "walletAccount",
props:["flowRecord"], props:["flowRecord"],
components: { components: {
page, page,Layout
}, },
data() { data() {
return { return {
...@@ -132,10 +135,6 @@ export default { ...@@ -132,10 +135,6 @@ export default {
// this.getPermissionsAll(); // this.getPermissionsAll();
}, },
methods: { methods: {
// hasStatusFormat(row) {
// let statusText = ["正常", "禁用", "删除"];
// return statusText[row.role_status - 1];
// },
// onCreateRole() { // onCreateRole() {
// this.roleTitle = "新增角色"; // this.roleTitle = "新增角色";
// this.getPermissionsAll(); // this.getPermissionsAll();
...@@ -165,10 +164,10 @@ export default { ...@@ -165,10 +164,10 @@ export default {
this.totalNum = res.result.count; this.totalNum = res.result.count;
}); });
}, },
// //查询 //查询
// onSearchSubmit() { findProducts() {
// this.getGetRole_list(); this.getAccountList();
// }, },
// //重置 // //重置
// onReset() { // onReset() {
// (this.searchProps.user_id = ""), (this.searchProps.type = ""); // (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