|
@@ -7,7 +7,8 @@
|
|
|
</template>
|
|
|
<div class="hc-flex relative h-full">
|
|
|
<div class="relative h-full flex-1">
|
|
|
- <webview :src="pdfFileUrl" class="h-full w-full" />
|
|
|
+ <webview v-if="pdfFileUrl" :src="pdfFileUrl" class="h-full w-full" />
|
|
|
+ <hc-empty v-else />
|
|
|
</div>
|
|
|
<div class="ml-1 h-full w-[200px]">
|
|
|
<hc-table ref="tableRef" :column="tableColumn" :datas="tableData" :is-index="false" is-new is-current-row>
|