|
|
@@ -76,7 +76,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template #columns>
|
|
|
- <a-table-column :width="100">
|
|
|
+ <a-table-column :width="80">
|
|
|
<template #cell="{ record }">
|
|
|
<div>
|
|
|
<a-tag color="orangered" v-if="record.uuid === user.uuid && record.run_mode === 'manual'" size="small">手动乐跑</a-tag>
|
|
|
@@ -117,7 +117,7 @@
|
|
|
filter: (value, record) => (record.result.pass_tit ?? '').includes(value),
|
|
|
slotName: 'name-filter',
|
|
|
icon: () => h(IconSearch)
|
|
|
- }" :width="220">
|
|
|
+ }" :width="210">
|
|
|
<template #cell="{ record }">
|
|
|
{{ record.result.pass_tit }}
|
|
|
</template>
|
|
|
@@ -137,7 +137,7 @@
|
|
|
{{ calculatePace(record.result.time, record.result.distance) }}
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="乐跑时间" :width="145" ellipsis tooltip>
|
|
|
+ <a-table-column title="乐跑时间" :width="155" ellipsis tooltip>
|
|
|
<template #cell="{ record }">
|
|
|
{{ stramptoTime(record.time) }}
|
|
|
</template>
|