合约详情去掉扩展字段信息
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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=""> | ... | ... |
-
Please register or sign in to post a comment