update 角色管理

This commit is contained in:
qianlishi
2021-12-13 12:08:07 +08:00
parent a821f2093a
commit 19dcda91a0

View File

@@ -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;