fix : 屏蔽导出修复角色权限

This commit is contained in:
2024-06-11 20:56:22 +08:00
parent 78ab1ddc45
commit a2977d0702
4 changed files with 47 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ const router = useRouter()
const searchConfig = ref([
{
label: '子公司ID',
label: '子公司名称',
prop: 'subCompanyId',
component: 'el-tree-select',
props: {
@@ -33,7 +33,7 @@ const searchConfig = ref([
}
},
{
label: '部门ID',
label: '部门名称',
prop: 'departmentId',
component: 'el-tree-select',
props: {