update 角色管理

qianlishi 3 years ago
parent a821f2093a
commit 19dcda91a0

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

Loading…
Cancel
Save