From 72f14ac421734761836416640985d83ddf7a9c12 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 13 七月 2023 18:50:16 +0800 Subject: [PATCH] 成员管理&角色权限页面 --- src/views/backgroundConfig/rolePermssion/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/backgroundConfig/rolePermssion/index.vue b/src/views/backgroundConfig/rolePermssion/index.vue index 7be9125..53c2e70 100644 --- a/src/views/backgroundConfig/rolePermssion/index.vue +++ b/src/views/backgroundConfig/rolePermssion/index.vue @@ -1,7 +1,7 @@ <template> <div class="role-peimission"> <div class="btn-pager"> - <el-button @click="addpermssionClick" type="primary" size="small">鏂板鏉冮檺</el-button> + <el-button @click="addBtnClick" type="primary" size="small">鏂板鏉冮檺</el-button> </div> <TableCommonView ref="tableListRef" :select-box="false" :table-list="tableList"> <template slot="tableButton"> @@ -19,18 +19,18 @@ </template> </TableCommonView> <!-- 鏂板缓/缂栬緫 --> - <AddContractManageDialog v-if="editConfig.visible" :edit-common-config="editConfig" /> + <AddRolePermssionDialog v-if="editConfig.visible" :edit-common-config="editConfig" /> </div> </template> <script> -import AddContractManageDialog from "@/views/sales/contractManage/AddContractManageDialog" +import AddRolePermssionDialog from "@/views/backgroundConfig/rolePermssion/AddRolePermssionDialog" export default { name: "RoleOeimission", props: {}, components: { - AddContractManageDialog + AddRolePermssionDialog }, computed: { searchCommonHeight() { @@ -42,7 +42,7 @@ tableList: {}, editConfig: { visible: false, - title: "鏂板缓", + title: "鏂板鏉冮檺", infomation: {} } } -- Gitblit v1.8.0