优化产品目录详情展示
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -918,7 +918,7 @@ const handleClick = () => { | ... | @@ -918,7 +918,7 @@ const handleClick = () => { |
| 918 | <ContentWrap id="id-assetContent" title="基础信息" description="" style="margin: 0 16px"> | 918 | <ContentWrap id="id-assetContent" title="基础信息" description="" style="margin: 0 16px"> |
| 919 | <Form ref="baseInfoFormRef" :itemList="baseInfoFormItems" formId="base-info-form" /> | 919 | <Form ref="baseInfoFormRef" :itemList="baseInfoFormItems" formId="base-info-form" /> |
| 920 | </ContentWrap> | 920 | </ContentWrap> |
| 921 | <ContentWrap id="id-table" title="资源表" description="" style="margin: 16px 16px 16px"> | 921 | <ContentWrap id="id-table" title="资源表" v-if="detailInfo.damCatalogTableInfo?.length" description="" style="margin: 16px 16px 16px"> |
| 922 | <el-table v-show="!fullscreenLoading" ref="tableRef" :data="detailInfo.damCatalogTableInfo" | 922 | <el-table v-show="!fullscreenLoading" ref="tableRef" :data="detailInfo.damCatalogTableInfo" |
| 923 | :highlight-current-row="true" stripe border @expand-change="handleTableExpandChange" height="100%" | 923 | :highlight-current-row="true" stripe border @expand-change="handleTableExpandChange" height="100%" |
| 924 | tooltip-effect="light" row-key="guid" :style="{ | 924 | tooltip-effect="light" row-key="guid" :style="{ | ... | ... |
-
Please register or sign in to post a comment