| | |
| | | $t('设置') }}{{ |
| | | $t('止盈') }}{{$t('止损') }}</button> |
| | | </div> --> |
| | | <div class="flex-1"> |
| | | <div class="text-grey">{{ $t('强平价格') }}</div> |
| | | <div class="mt-20" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.qiangPing}}</div> |
| | | </div> |
| | | <div> |
| | | <div class="text-grey">ROE</div> |
| | | <div class="mt-20" :class="item.change_ratio / 1 > 0 ? 'text-green' : 'text-red'">{{ item.change_ratio |
| | |
| | | class="w-22 h-11 pr-20" |
| | | /> |
| | | </div> |
| | | <div class="option-box" v-if="isShow"> |
| | | <div class="option-box" v-show="isShow"> |
| | | <div |
| | | class="font-30" |
| | | v-for="item in selectData" |
| | |
| | | value: 0, |
| | | isShow: false, |
| | | title: this.$t("市价委托"), |
| | | selectData: [], |
| | | selectData: [{ title: this.$t("市价委托"), type: "1" }, |
| | | { title: this.$t("限价委托"), type: "2" },], |
| | | form: { |
| | | volume: "", |
| | | session_token: "", |