fix : 屏蔽导出修复角色权限
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user