66923068 by lihua

调整产品详情合约策略

1 parent 091aefdf
...@@ -1527,7 +1527,7 @@ const respParamsTableInfo = ref({ ...@@ -1527,7 +1527,7 @@ const respParamsTableInfo = ref({
1527 </ContentWrap> 1527 </ContentWrap>
1528 <ContentWrap v-if="strategyDetail?.length" id="strategy-info" title="合约策略信息" style="margin: 16px 16px 16px"> 1528 <ContentWrap v-if="strategyDetail?.length" id="strategy-info" title="合约策略信息" style="margin: 16px 16px 16px">
1529 <div v-loading="strategyContentLoading"> 1529 <div v-loading="strategyContentLoading">
1530 <StrategyTable ref="strategyTableDetailRef" :show-title="true" :is-look="true" :value="strategyDetail"> 1530 <StrategyTable ref="strategyTableDetailRef" :show-title="false" :is-look="true" :value="strategyDetail">
1531 </StrategyTable> 1531 </StrategyTable>
1532 </div> 1532 </div>
1533 </ContentWrap> 1533 </ContentWrap>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!