ZaiZai 1 anno fa
parent
commit
8bf981ff72
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tasks/components/hc-data/html-form.vue

+ 1 - 1
src/views/tasks/components/hc-data/html-form.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="hc-task-html-form-body">
         <hc-table-form v-if="detailInfo.opinionType === 1 && tableHtml" ref="htmlRef" :form="htmlForm" :html="tableHtml" :loading="htmlLoading" @render="htmlRender" />
-        <hc-pdf v-else-if="detailInfo.opinionType === 2 && HtmlPdfUrl" :src="HtmlPdfUrl" />
+        <hc-pdfs v-else-if="detailInfo.opinionType === 2 && HtmlPdfUrl" :src="HtmlPdfUrl" />
         <hc-empty v-else-if="detailInfo.opinionType === 3" :src="nullPng" title="当前暂无审计咨询意见" />
         <hc-empty v-else :src="noDataPng" />
     </div>