|
@@ -55,7 +55,7 @@ const router = useRouter();
|
|
const route = useRoute();
|
|
const route = useRoute();
|
|
const dic: any = dataDictionary;
|
|
const dic: any = dataDictionary;
|
|
const { proxy } = getCurrentInstance() as any;
|
|
const { proxy } = getCurrentInstance() as any;
|
|
-const timeProjectList = ['basketballv1', 'run50', 'run60', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'runa800', 'runa1000', 'runwb800', 'runwb1000'];
|
|
|
|
|
|
+const timeProjectList = ['basketballv1','run50','run60','run70','run100','run200','run400','run800','run1000','runa800','runa1000','runwb800','runwb1000', 'run15x4', 'run50x8', 'run10x4'];
|
|
const reportScrollRef = ref();
|
|
const reportScrollRef = ref();
|
|
|
|
|
|
//筛选班别
|
|
//筛选班别
|