소스 검색

增加判断条件

xiaohaizhao 10 달 전
부모
커밋
cf429f1179
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/WebsiteManagement/marketproductMag/modules/detail.vue

+ 1 - 1
src/WebsiteManagement/marketproductMag/modules/detail.vue

@@ -85,7 +85,7 @@
         <div class="content_style">
           <div ref="contentstr" class="fwb"></div>
         </div>
-        <p v-if="detailInfo.attinfos.length" style="font-size: 14px; margin-top: 20px">{{ $t("产品资料") }}</p>
+        <p v-if="dialogFormVisible && detailInfo.attinfos.length" style="font-size: 14px; margin-top: 20px">{{ $t("产品资料") }}</p>
         <FileItem
           :itemStyle="itemStyle"
           v-if="dialogFormVisible"