|
@@ -87,7 +87,7 @@
|
|
|
<a-table-column title="跑区" :width="180">
|
|
<a-table-column title="跑区" :width="180">
|
|
|
<template #cell="{ record }">{{ record.result?.pass_tit }}</template>
|
|
<template #cell="{ record }">{{ record.result?.pass_tit }}</template>
|
|
|
</a-table-column>
|
|
</a-table-column>
|
|
|
- <a-table-column title="距离" :width="80">
|
|
|
|
|
|
|
+ <a-table-column title="距离" :width="90">
|
|
|
<template #cell="{ record }">{{ record.result?.distance }} Km</template>
|
|
<template #cell="{ record }">{{ record.result?.distance }} Km</template>
|
|
|
</a-table-column>
|
|
</a-table-column>
|
|
|
<a-table-column title="时长" :width="100">
|
|
<a-table-column title="时长" :width="100">
|