faac39aa by lihua

合约详情去掉扩展字段信息

1 parent 86f807a1
......@@ -1299,7 +1299,7 @@ onActivated(() => {
<span class="item_value">{{ detailInfo.contractAbstract || '--' }}</span>
</div>
</div>
<Table ref="extendTableRef" :tableInfo="extendTableInfo" class="fiveRow-table" />
<Table ref="extendTableRef" v-show="extendTableInfo.data?.length" :tableInfo="extendTableInfo" class="fiveRow-table" />
</ContentWrap>
<ContentWrap v-show="currentStep == 1" id="product-info" title="合约标的" expandSwicth style="margin-top: 15px"
:isExpand="expandInfo" @expand="(v) => (expandInfo = v)" description="">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!