mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Add information about virgin and remaining points
This commit is contained in:
@@ -120,6 +120,10 @@
|
||||
</dougal-line-status>
|
||||
</template>
|
||||
|
||||
<template v-slot:item.tba="{item, value}">
|
||||
<span :class="!value && (item.na ? 'warning--text' : 'success--text')">{{ value }}</span>
|
||||
</template>
|
||||
|
||||
<template v-slot:item.length="props">
|
||||
<span>{{ Math.round(props.value) }} m</span>
|
||||
</template>
|
||||
@@ -204,7 +208,17 @@ export default {
|
||||
},
|
||||
{
|
||||
value: "num_points",
|
||||
text: "Num. points",
|
||||
text: "Points",
|
||||
align: "end"
|
||||
},
|
||||
{
|
||||
value: "na",
|
||||
text: "Virgin",
|
||||
align: "end"
|
||||
},
|
||||
{
|
||||
value: "tba",
|
||||
text: "Remaining",
|
||||
align: "end"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user