大改:重新整理菜单及权限

This commit is contained in:
2024-07-19 08:45:00 +08:00
parent 81006e7636
commit 48ea6d0301
15 changed files with 519 additions and 366 deletions

View File

@@ -55,7 +55,7 @@
ColumnItem,
DatasourceFunction
} from 'ele-admin-pro/es/ele-pro-table/types';
import { pageTenant } from '@/api/system/tennat';
import { pageTenant } from '@/api/system/tenant';
import { FILE_THUMBNAIL } from '@/config/setting';
import { EleProTable } from 'ele-admin-pro';
import { Company, CompanyParam } from '@/api/system/company/model';

View File

@@ -26,7 +26,7 @@
import { BulbOutlined } from '@ant-design/icons-vue';
import { ref } from 'vue';
import SelectData from './components/select-data.vue';
import { Tenant } from '@/api/system/tennat/model';
import { Tenant } from '@/api/system/tenant/model';
withDefaults(
defineProps<{