c001699e by lihua

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

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