|
|
@@ -21,8 +21,8 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
- <Cell :title="$t('position.goods.fees')" :value="fee" />
|
|
|
- <Cell :title="$t('position.goods.deposit')" :value="deposit" />
|
|
|
+ <Cell :title="$t('position.goods.fees')" :value="formatDecimal(fee)" />
|
|
|
+ <Cell :title="$t('position.goods.deposit')" :value="formatDecimal(deposit)" />
|
|
|
<Cell :title="$t('position.goods.tradetime')" :value="selectedRow.tHDetailEx.tradeTime" />
|
|
|
</CellGroup>
|
|
|
<CellGroup :title="$t('position.goods.subtitle2')" inset>
|