update 角色管理

qianlishi 3 years ago
parent a821f2093a
commit 19dcda91a0

@ -1,8 +1,6 @@
<template> <template>
<anji-crud ref="listPage" :option="crudOption"> <anji-crud ref="listPage" :option="crudOption">
<template v-slot:buttonLeftOnTable> </template> <template slot="rowButtonInMore" slot-scope="props">
<template slot="rowButton" slot-scope="props">
<el-button <el-button
type="text" type="text"
@click="handleOpenDialogSetAuthorityForRole(props)" @click="handleOpenDialogSetAuthorityForRole(props)"
@ -45,7 +43,7 @@ export default {
// 使 // 使
title: "角色管理", title: "角色管理",
// //
labelWidth: "120px", labelWidth: "160px",
// //
queryFormFields: [ queryFormFields: [
{ {
@ -90,7 +88,7 @@ export default {
permission: "roleManage:update" permission: "roleManage:update"
}, },
customButton: { customButton: {
operationWidth: "150px" operationWidth: "160px"
} }
}, },
// //
@ -192,7 +190,6 @@ export default {
} }
}; };
}, },
created() {},
methods: { methods: {
handleOpenDialogSetAuthorityForRole(props) { handleOpenDialogSetAuthorityForRole(props) {
this.roleCode = props.msg.roleCode; this.roleCode = props.msg.roleCode;

Loading…
Cancel
Save