|
@@ -278,10 +278,9 @@
|
|
<HcDrawer :show="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target" @close="onCarrySpotChecksDrawerClose">
|
|
<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">
|
|
<div class="hc-carry-spot-checks-pdf">
|
|
<!-- <HcPdf src="https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload/20221212/ce9799c7d18efc03efefd6f242439f2e.pdf"/> -->
|
|
<!-- <HcPdf src="https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload/20221212/ce9799c7d18efc03efefd6f242439f2e.pdf"/> -->
|
|
- <tepmplate v-loading="pdfLoading">
|
|
|
|
- <HcPdf :src="pdfUrl" />
|
|
|
|
- </tepmplate>
|
|
|
|
-
|
|
|
|
|
|
+ <div class="relative h-full w-full" v-loading="pdfLoading">
|
|
|
|
+ <hc-pdfs :url="pdfUrl"/>
|
|
|
|
+ </div>
|
|
<el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">
|
|
<el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">
|
|
<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" />
|
|
@@ -464,6 +463,7 @@ import imageViewGui from '~src/assets/view/gui.png'
|
|
import imageViewGui1 from '~src/assets/view/gui1.png'
|
|
import imageViewGui1 from '~src/assets/view/gui1.png'
|
|
import imageViewGui2 from '~src/assets/view/gui2.png'
|
|
import imageViewGui2 from '~src/assets/view/gui2.png'
|
|
import { setTimeString } from '~src/utils/tools'
|
|
import { setTimeString } from '~src/utils/tools'
|
|
|
|
+import {btnAuth} from "~uti/btn-auth";
|
|
|
|
|
|
//变量
|
|
//变量
|
|
const useAppState = useAppStore()
|
|
const useAppState = useAppStore()
|