|
@@ -150,7 +150,7 @@
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
- <HcNoData v-else />
|
|
|
+ <hc-empty v-else />
|
|
|
<div class="hc-gui-video" :class="[isVideoShow ? 'animate__zoomIn' : '']">
|
|
|
<video ref="videoRef" muted>
|
|
|
<source src="/gui.mp4" type="video/mp4">
|
|
@@ -278,8 +278,8 @@
|
|
|
<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"/> -->
|
|
|
- <div class="relative h-full w-full" v-loading="pdfLoading">
|
|
|
- <hc-pdfs :url="pdfUrl"/>
|
|
|
+ <div v-loading="pdfLoading" class="relative h-full w-full">
|
|
|
+ <hc-pdfs :url="pdfUrl" />
|
|
|
</div>
|
|
|
<el-tooltip content="展开/收起 右侧目录" placement="top" :disabled="!isBubble">
|
|
|
<div class="hc-csc-pdf-btn" @click="onCarryDataShow">
|
|
@@ -446,7 +446,7 @@
|
|
|
</el-collapse-item>
|
|
|
</template>
|
|
|
</el-collapse>
|
|
|
- <HcNoData v-if="nodeTreeArr.length == 0" />
|
|
|
+ <hc-empty v-if="nodeTreeArr.length == 0" />
|
|
|
</hc-new-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -463,7 +463,7 @@ import imageViewGui from '~src/assets/view/gui.png'
|
|
|
import imageViewGui1 from '~src/assets/view/gui1.png'
|
|
|
import imageViewGui2 from '~src/assets/view/gui2.png'
|
|
|
import { setTimeString } from '~src/utils/tools'
|
|
|
-import {btnAuth} from "~uti/btn-auth";
|
|
|
+import { btnAuth } from '~uti/btn-auth'
|
|
|
|
|
|
//变量
|
|
|
const useAppState = useAppStore()
|