1
PC-20250623MANY\Administrator
2025-08-07 6b019592ce032937fd6d3631a912fa8cd37e9fe4
src/page/markets/blockTradingOrder.vue
@@ -45,14 +45,16 @@
      <p class="card_label2 flex-between">
        <span>{{ $t("总金额") }}</span>
        <span class="zje"
          >{{ i.stockGid | currencySymbol }} {{ i.orderTotalPrice }}</span
        >
        <span class="zje">
          {{ i.stockGid | currencySymbol }} {{ i.orderTotalPrice }}
        </span>
      </p>
      <p class="card_label2 flex-between">
        <span>{{ $t("状态") }}</span>
        <span class="zt">{{ status[i.checkType] }}</span>
        <span :class="`${i.checkType == 2 ? 'zt2' : 'zt'}`">
          {{ status[i.checkType] }}
        </span>
      </p>
      <p class="card_label2 flex-between">
@@ -234,6 +236,9 @@
      span.zt {
        color: @green;
      }
      span.zt2 {
        color: @red;
      }
    }
    .card_label1 {