src/page/deliveryContract/hold.vue
@@ -73,10 +73,10 @@ <div class="flex-1 flex flex-col items-end"> <div class="text-grey">{{ $t("ηδΊ") }}</div> <div class="mt-20" :class="item.profit / 1 > 0 ? 'text-green' : 'text-red'" > {{ item.profit / 1 > 0 ? "+" + item.profit : item.profit }} class="mt-20 text-green" > 0 <!-- {{ item.profit / 1 > 0 ? "+" + item.profit : item.profit }} --> </div> </div> </div>