diff --git a/src/pages/ReCheck/AccountInfo.vue b/src/pages/ReCheck/AccountInfo.vue index 46d5583..4a03caa 100644 --- a/src/pages/ReCheck/AccountInfo.vue +++ b/src/pages/ReCheck/AccountInfo.vue @@ -19,10 +19,20 @@ 单轮趋势最大持仓金额:{{ accountInfo.MaxOrderTotalPurchasePricePerRound }}
-- 单日持仓最大金额(当天内购买未在当天内出售):{{ - accountInfo.MaxTotalPurchasePricePerDay - }} +
+ 单日持仓最大金额(当天内购买未在当天内出售):{{ item.TotalPurchasePrice }} + {{ + index == accountInfo.TotalPurchaseInfoList.length - 1 ? "" : "---" + }}
diff --git a/src/pages/ReCheck/MoveTrend.vue b/src/pages/ReCheck/MoveTrend.vue index 6434438..90a80c7 100644 --- a/src/pages/ReCheck/MoveTrend.vue +++ b/src/pages/ReCheck/MoveTrend.vue @@ -21,6 +21,10 @@ v-model="form.TradeAmountRatio" >
下单金额:{{ total }}
+ +