소스 검색

档案查询预览修改

duy 1 년 전
부모
커밋
7a52fd3037
3개의 변경된 파일10개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 1
      src/views/transfer/components/carry-spot-checks.vue
  2. 3 1
      src/views/transfer/inspects.vue
  3. 4 1
      src/views/using/query.vue

+ 3 - 1
src/views/transfer/components/carry-spot-checks.vue

@@ -5,7 +5,9 @@
             uis="hc-carry-spot-checks-target" @close="onCarrySpotChecksDrawerClose"
         >
             <div class="hc-carry-spot-checks-pdf">
-                <HcPdf v-loading="pdfLoading" :src="pdfUrl" />
+                <tepmplate v-loading="pdfLoading"> 
+                    <HcPdf :src="pdfUrl" />
+                </tepmplate>
                 <el-tooltip :disabled="!isBubble" content="展开/收起 右侧目录" placement="top">
                     <div class="hc-csc-pdf-btn" @click="onCarryDataShow">
                         <HcIcon v-show="isCarryDataShow" name="arrow-right-s" />

+ 3 - 1
src/views/transfer/inspects.vue

@@ -16,7 +16,9 @@
         <!-- 展开抽查 -->
         <HcDrawer :show="isCarrySpotChecksDrawer" uis="hc-carry-spot-checks-target" to-id="carry-spot-checks-layout-target1" @close="onCarrySpotChecksDrawerClose">
             <div class="hc-carry-spot-checks-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" />

+ 4 - 1
src/views/using/query.vue

@@ -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" />