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