1
zzzz
2024-04-24 2007ac8b95033bccbc7bc1e048e896757611e8f7
src/page/user/Warehouse/data.list.vue
@@ -44,7 +44,7 @@
                {{ $t("盈虧") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text" style="color: #d04b64">
                {{ item.profitAndLose | _toString }}
                {{ item.profitAndLose | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -72,7 +72,7 @@
                {{ $t("hj40") }}({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.now_price | _toString }}
                {{ item.now_price | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -82,7 +82,7 @@
                {{ $t("持倉價") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.buyOrderPrice | _toString }}
                {{ item.buyOrderPrice | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -92,7 +92,7 @@
                {{ $t("訂單金額") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.orderTotalPrice | _toString }}
                {{ item.orderTotalPrice | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -104,7 +104,7 @@
                {{ $t("hj44") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.orderFee | _toString }}
                {{ item.orderFee | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -114,7 +114,7 @@
                {{ $t("止損價") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.profitTargetPrice | _toString }}
                {{ item.profitTargetPrice | _toLocaleString }}
              </div>
            </div>
          </van-col>
@@ -124,7 +124,7 @@
                {{ $t("止盈價") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
                {{ item.stopTargetPrice | _toString }}
                {{ item.stopTargetPrice | _toLocaleString }}
              </div>
            </div>
          </van-col>