c2bf6817 by lihua

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

1 parent 469a81b6
...@@ -1299,7 +1299,7 @@ onActivated(() => { ...@@ -1299,7 +1299,7 @@ onActivated(() => {
1299 <span class="item_value">{{ detailInfo.contractAbstract || '--' }}</span> 1299 <span class="item_value">{{ detailInfo.contractAbstract || '--' }}</span>
1300 </div> 1300 </div>
1301 </div> 1301 </div>
1302 <Table ref="extendTableRef" :tableInfo="extendTableInfo" class="fiveRow-table" /> 1302 <Table ref="extendTableRef" v-show="extendTableInfo.data?.length" :tableInfo="extendTableInfo" class="fiveRow-table" />
1303 </ContentWrap> 1303 </ContentWrap>
1304 <ContentWrap v-show="currentStep == 1" id="product-info" title="合约标的" expandSwicth style="margin-top: 15px" 1304 <ContentWrap v-show="currentStep == 1" id="product-info" title="合约标的" expandSwicth style="margin-top: 15px"
1305 :isExpand="expandInfo" @expand="(v) => (expandInfo = v)" description=""> 1305 :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!