Skip to content

Commit

Permalink
Fix Oublie gestion couleur progress bar dans table exemp
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Nov 4, 2024
1 parent 81812a4 commit 2cb5cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Exemplarisation/ExempTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</td>
<td @click="onRowClick(item)" class="text-center">
<v-progress-linear v-model="item.pourcentageProgressionTraitement" height="18"
:color="item.pourcentageProgressionTraitement === 100 ? 'success' : 'grey-lighten-1'"
:color="colorProgressBar(item)"
style="border: 1px solid grey; font-weight: bolder">
{{ item.pourcentageProgressionTraitement }} %
</v-progress-linear>
Expand Down

0 comments on commit 2cb5cb0

Please sign in to comment.