Explorar el Código

增加判断条件

xiaohaizhao hace 10 meses
padre
commit
cf429f1179
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"