поправил фотографии
Gitea Actions Demo / build_and_push (push) Successful in 49s
Details
Gitea Actions Demo / build_and_push (push) Successful in 49s
Details
This commit is contained in:
parent
1b383d1c6a
commit
eb6b8f4e48
|
|
@ -24,6 +24,9 @@
|
||||||
<li v-if="item.distantion">
|
<li v-if="item.distantion">
|
||||||
<span>Расстояние:</span> {{ distConvert(item.distantion) }} км
|
<span>Расстояние:</span> {{ distConvert(item.distantion) }} км
|
||||||
</li>
|
</li>
|
||||||
|
<li v-if="item.photos && item.photos.length > 0">
|
||||||
|
<span>Фото:</span> {{ item.photos.length }}
|
||||||
|
</li>
|
||||||
<li v-if="item.duraion_sec">
|
<li v-if="item.duraion_sec">
|
||||||
<span>Продолжительность:</span>
|
<span>Продолжительность:</span>
|
||||||
{{ secondsToDuration(item.duraion_sec) }}
|
{{ secondsToDuration(item.duraion_sec) }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue