| | |
| | | {{ $t("盈虧") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2" :style="item.profitAndLoseParent.charAt(0)=='-'?'color:#cc1b1b;':'color:#3e9976;'"> |
| | | ₹{{ item.profitAndLose | _toLocaleString }} |
| | | {{ item.profitAndLose }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("hj40") }}({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.now_price | _toLocaleString }} |
| | | {{ item.now_price }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("持倉價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.buyOrderPrice | _toLocaleString }} |
| | | {{ item.buyOrderPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("訂單金額") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.orderTotalPrice | _toLocaleString }} |
| | | {{ item.orderTotalPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("hj44") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.orderFee | _toLocaleString }} |
| | | {{ item.orderFee }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("待补金额") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.amountToBeCovered | _toLocaleString }} |
| | | {{ item.amountToBeCovered }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("止損價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | {{ item.stopTargetPrice | _toLocaleString }} |
| | | {{ item.stopTargetPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("止盈價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | {{ item.profitTargetPrice | _toLocaleString }} |
| | | {{ item.profitTargetPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> --> |
| | |
| | | {{ $t("盈虧") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2" :style="item.profitAndLoseParent.charAt(0)=='-'?'color:#cc1b1b;':'color:#3e9976;'"> |
| | | ₹{{ item.profitAndLose | _toLocaleString }} |
| | | {{ item.profitAndLose }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("hj40") }}({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.now_price | _toLocaleString }} |
| | | {{ item.now_price }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("持倉價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.buyOrderPrice | _toLocaleString }} |
| | | {{ item.buyOrderPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("訂單金額") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.orderTotalPrice | _toLocaleString }} |
| | | {{ item.orderTotalPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("hj44") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | ₹{{ item.orderFee | _toLocaleString }} |
| | | {{ item.orderFee }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("止損價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | {{ item.stopTargetPrice | _toLocaleString }} |
| | | {{ item.stopTargetPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> |
| | |
| | | {{ $t("止盈價") }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="sport-content-text2"> |
| | | {{ item.profitTargetPrice | _toLocaleString }} |
| | | {{ item.profitTargetPrice }} |
| | | </div> |
| | | </div> |
| | | </van-col> --> |
| | |
| | | methods: { |
| | | dsq(){ |
| | | // this.dataList = []; |
| | | this.timer = setInterval(() => { |
| | | // this.timer = setInterval(() => { |
| | | this.getList(); |
| | | }, 1000); |
| | | // }, 1000); |
| | | }, |
| | | pushRouter(item) { |
| | | const obj = { |