2ab46e16 by lihua

优化产品目录详情展示

1 parent 29e4e493
...@@ -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="{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!