|
@@ -133,7 +133,7 @@
|
|
|
type DrawLessonsQueryParam
|
|
type DrawLessonsQueryParam
|
|
|
} from '@/api/drawLessons';
|
|
} from '@/api/drawLessons';
|
|
|
import type { QueryPageRequest } from '@/types/basic-query';
|
|
import type { QueryPageRequest } from '@/types/basic-query';
|
|
|
- import { DRAW_LESSONS_TABLE_COLUMNS } from '../configs/tables';
|
|
|
|
|
|
|
+ import { DRAW_LESSONS_TABLE_COLUMNS_TOW } from '../configs/tables';
|
|
|
import { t } from '@wangeditor/editor';
|
|
import { t } from '@wangeditor/editor';
|
|
|
import { downloadByData } from '@/utils/file/download';
|
|
import { downloadByData } from '@/utils/file/download';
|
|
|
|
|
|
|
@@ -156,7 +156,7 @@
|
|
|
const id = computed(() => Number(route.query.id));
|
|
const id = computed(() => Number(route.query.id));
|
|
|
const tableData = ref<any[]>([]);
|
|
const tableData = ref<any[]>([]);
|
|
|
|
|
|
|
|
- const { tableConfig, pagination } = useTableConfig(DRAW_LESSONS_TABLE_COLUMNS, TABLE_OPTIONS, true);
|
|
|
|
|
|
|
+ const { tableConfig, pagination } = useTableConfig(DRAW_LESSONS_TABLE_COLUMNS_TOW, TABLE_OPTIONS, true);
|
|
|
const basicTableRef = ref<InstanceType<typeof BasicTable>>();
|
|
const basicTableRef = ref<InstanceType<typeof BasicTable>>();
|
|
|
const rawTableData = ref<any[]>([]);
|
|
const rawTableData = ref<any[]>([]);
|
|
|
const detailData = ref<{
|
|
const detailData = ref<{
|