|
|
|
@ -32,8 +32,8 @@ |
|
|
|
<view class="value">{{item.openedPrice}}</view> |
|
|
|
<view class="title">{{ i18n.Bond }}</view> |
|
|
|
<view class="value">{{item.bondAmount}}</view> |
|
|
|
<view class="title" v-show="type !== 3||type !== 0">{{ i18n.StyPrice }}</view> |
|
|
|
<view class="value" v-show="type !== 3||type !== 0">{{item.winStopPrice}}</view> |
|
|
|
<view class="title" v-show="type == 1||type == 2">{{ i18n.StyPrice }}</view> |
|
|
|
<view class="value" v-show="type ==1||type == 2">{{item.winStopPrice}}</view> |
|
|
|
</view> |
|
|
|
<!-- 公共的 --> |
|
|
|
<view class="center"> |
|
|
|
@ -41,17 +41,17 @@ |
|
|
|
<view class="value">{{item.hand}} * {{item.leverage}}</view> |
|
|
|
<view class="title">{{ i18n.Fee }}</view> |
|
|
|
<view class="value">{{item.fee}}</view> |
|
|
|
<view class="title" v-show="type !== 3||type !== 0">{{ i18n.StsPrice }}</view> |
|
|
|
<view class="value" v-show="type !== 3||type !== 0">{{item.lossStopPrice}}</view> |
|
|
|
<view class="title" v-show="type == 1||type == 2">{{ i18n.StsPrice }}</view> |
|
|
|
<view class="value" v-show="type == 1||type == 2">{{item.lossStopPrice}}</view> |
|
|
|
</view> |
|
|
|
<!-- Current Entrust 和 Position--> |
|
|
|
<view class="right" v-show="type === 0 || type === 1"> |
|
|
|
<view class="title">{{ i18n.CurrentPrice }}</view> |
|
|
|
<view class="value" style="color:#F4506A;">{{marketDetail.close}}</view> |
|
|
|
<view class="title" v-show="type === 0">{{ i18n.status }}</view> |
|
|
|
<!-- <view class="title" v-show="type === 0">{{ i18n.status }}</view> |
|
|
|
<view class="value" v-show="type === 0"> |
|
|
|
{{item.status=='undone'?i18n.undone:item.status=='opened'?i18n.opened:item.status=='revoked'?i18n.revoked:i18n.closed}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="title" v-show="type === 1">{{ i18n.do }}</view> |
|
|
|
<view class="value" style="color:#00E8A2;" v-show="type === 1" @click="getStopLimit(item)"> |
|
|
|
{{ i18n.StopLimit }} |
|
|
|
@ -81,10 +81,10 @@ |
|
|
|
</view> |
|
|
|
<!-- Revoked --> |
|
|
|
<view class="right" v-show="type === 3"> |
|
|
|
<view class="title">{{ i18n.status }}</view> |
|
|
|
<!-- <view class="title">{{ i18n.status }}</view> |
|
|
|
<view class="value" style="color:#F4506A;"> |
|
|
|
{{item.status=='undone'?i18n.undone:item.status=='opened'?i18n.opened:item.status=='revoked'?i18n.revoked:i18n.closed}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="title">{{ i18n.PL }}</view> |
|
|
|
<view class="value" style="color:#00E8A2;"> |
|
|
|
<!-- {{item.currentPl}} --> 0 |
|
|
|
|