|
@@ -36,7 +36,7 @@
|
|
<div class="center">
|
|
<div class="center">
|
|
{{ proxy?.$utils.timestampFormat(item.finish_time,'MM-DD HH:mm:ss') }}
|
|
{{ proxy?.$utils.timestampFormat(item.finish_time,'MM-DD HH:mm:ss') }}
|
|
</div>
|
|
</div>
|
|
- <div class="right" v-if="['basketballv1'].includes(parameter.project)">
|
|
|
|
|
|
+ <div class="right" v-if="timeProjectList.includes(parameter.project)">
|
|
<div class="score">{{ proxy?.$utils.runTime(item.result, true, false) }}</div>
|
|
<div class="score">{{ proxy?.$utils.runTime(item.result, true, false) }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="right" v-else>
|
|
<div class="right" v-else>
|
|
@@ -55,6 +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 reportScrollRef = ref();
|
|
const reportScrollRef = ref();
|
|
|
|
|
|
//筛选班别
|
|
//筛选班别
|