🔨 优化导包.

This commit is contained in:
lijiahangmax
2025-03-16 00:30:43 +08:00
parent 0db732fc19
commit cdce5a0dc1
53 changed files with 63 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import type { DataGrid, Pagination } from '@/types/global';
import type { TableData } from '@arco-design/web-vue/es/table/interface';
import type { TableData } from '@arco-design/web-vue';
import axios from 'axios';
import qs from 'query-string';

View File

@@ -1,4 +1,4 @@
import type { TableColumnData } from '@arco-design/web-vue/es/table/interface';
import type { TableColumnData } from '@arco-design/web-vue';
import { dateFormat } from '@/utils';
const columns = [