fa334d63 by lihua

调整产品详情合约策略

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