dcc
2024-06-29 e5108083cff1cb9b4df2de3fb845be56ea1622d4
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>