fix: 修复 租户页面合并问题

This commit is contained in:
TsMask
2024-12-09 17:03:29 +08:00
parent a95a96dfc0
commit e11cb11ec9
12 changed files with 54 additions and 1228 deletions

View File

@@ -9,7 +9,7 @@ import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import useNeInfoStore from '@/store/modules/neinfo';
import { useRoute } from 'vue-router';
import { ColumnsType } from 'ant-design-vue/lib/table';
import { ColumnsType } from 'ant-design-vue/es/table';
import TableColumnsDnd from '@/components/TableColumnsDnd/index.vue';
import { listTenant } from '@/api/system/tenant';
const neInfoStore = useNeInfoStore();