格式化
This commit is contained in:
parent
4c60ba4ca7
commit
16670433d0
|
@ -55,7 +55,7 @@
|
||||||
});
|
});
|
||||||
const isShow = ref(false);
|
const isShow = ref(false);
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const tableData = ref([]);
|
const tableData: any = ref([]);
|
||||||
const tableLabel = ref([
|
const tableLabel = ref([
|
||||||
{
|
{
|
||||||
title: '考试批次',
|
title: '考试批次',
|
||||||
|
|
Loading…
Reference in New Issue