1
PC-20250623MANY\Administrator
2025-08-19 1a5a082a826ec7bb0ef86dcd13609125504ea99f
src/page/trading/TradeNew.vue
@@ -41,7 +41,13 @@
      </van-col>
      <van-col span="8" class="item_n">
        <p class="flex-start">{{ i.orderNum }}</p>
        <p class="flex-start i_name">
        <p
          class="flex-start i_name"
          :style="{
            color:
              i.profitAndLose > 0 ? 'green' : i.profitAndLose < 0 ? 'red' : ''
          }"
        >
          {{ i.profitAndLose }} ({{ i.profitAndLoseParent }})
        </p>
      </van-col>