97fdb422 by lihua

调整产品详情合约策略

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