|
@@ -278,7 +278,10 @@
|
|
|
<HcDrawer :show="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target" @close="onCarrySpotChecksDrawerClose">
|
|
|
<div class="hc-carry-spot-checks-pdf">
|
|
|
<!-- <HcPdf src="https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload/20221212/ce9799c7d18efc03efefd6f242439f2e.pdf"/> -->
|
|
|
- <HcPdf v-loading="pdfLoading" :src="pdfUrl" />
|
|
|
+ <tepmplate v-loading="pdfLoading">
|
|
|
+ <HcPdf :src="pdfUrl" />
|
|
|
+ </tepmplate>
|
|
|
+
|
|
|
<el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">
|
|
|
<div class="hc-csc-pdf-btn" @click="onCarryDataShow">
|
|
|
<HcIcon v-show="isCarryDataShow" name="arrow-right-s" />
|