diff --git a/components/positionList/positionList.vue b/components/positionList/positionList.vue index 249ca45..12d0d8a 100644 --- a/components/positionList/positionList.vue +++ b/components/positionList/positionList.vue @@ -5,21 +5,21 @@ {{ i18n.Number }} - - 47823.00 - {{ item }} + + {{ item.price }} + {{ item.total }} - 34985.93 - ≈$28767.23 + {{marketDetail.close}} + ≈${{marketDetail.close*marketDetail.usdRate}} - - 47823.00 - {{ item }} + + {{ item.price }} + {{ item.total }} @@ -30,14 +30,22 @@