格式化

This commit is contained in:
Cool 2024-10-16 21:00:12 +08:00
parent 4c60ba4ca7
commit 16670433d0
1 changed files with 1 additions and 1 deletions

View File

@ -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: '考试批次',