|
@@ -2,9 +2,9 @@
|
|
<div>
|
|
<div>
|
|
<HcDrawer v-model="isDrawer" to-id="carry-spot-checks-layout-target" ui="hc-carry-spot-checks-target" flex @close="onCarrySpotChecksDrawerClose">
|
|
<HcDrawer v-model="isDrawer" to-id="carry-spot-checks-layout-target" ui="hc-carry-spot-checks-target" flex @close="onCarrySpotChecksDrawerClose">
|
|
<div class="hc-carry-spot-checks-pdf">
|
|
<div class="hc-carry-spot-checks-pdf">
|
|
- <tepmplate v-loading="pdfLoading">
|
|
|
|
|
|
+ <div v-loading="pdfLoading" class="h-full">
|
|
<HcPdf v-if="ishowPdf" :src="pdfUrl" />
|
|
<HcPdf v-if="ishowPdf" :src="pdfUrl" />
|
|
- </tepmplate>
|
|
|
|
|
|
+ </div>
|
|
<el-tooltip :disabled="!isBubble" content="展开/收起 右侧目录" placement="top">
|
|
<el-tooltip :disabled="!isBubble" content="展开/收起 右侧目录" placement="top">
|
|
<div class="hc-csc-pdf-btn" @click="onCarryDataShow">
|
|
<div class="hc-csc-pdf-btn" @click="onCarryDataShow">
|
|
<HcIcon v-show="isCarryDataShow" name="arrow-right-s" />
|
|
<HcIcon v-show="isCarryDataShow" name="arrow-right-s" />
|