ZaiZai 1 năm trước cách đây
mục cha
commit
67a6928e42
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/tasks/hc-data.vue

+ 2 - 2
src/views/tasks/hc-data.vue

@@ -41,7 +41,7 @@
             <div class="hc-card-body-flex">
                 <div v-if="batchPdfUrl" class="flex-iframe">
                     <!-- <HcPdf :src="batchPdfUrl" @change="changeSealStrategy" /> -->
-                    <HcPdf v-if="pdfItem.pdfUrl" :batch="isBatch" :dom="pdfItem.hcSignImageArr" :sign="logoName" :src="pdfItem.pdfUrl" @change="pdfChange" />
+                    <HcSignPdf v-if="pdfItem.pdfUrl" :batch="isBatch" :dom="pdfItem.hcSignImageArr" :sign="logoName" :src="pdfItem.pdfUrl" @change="pdfChange" />
                 </div>
                 <div v-else class="flex-iframe hc-no-table-form">
                     <div class="table-form-no">
@@ -115,9 +115,9 @@ import TableCard from './components/TableCard.vue'
 import notableform from '~src/assets/view/notableform.svg'
 import { getContractInfo } from '~api/other'
 import { arrToKey, getArrValue, isString } from 'js-fast-way'
+import HcSignPdf from './components/hc-pdf1.vue'
 import tasksApi from '~api/tasks/data'
 import dayjs from 'dayjs'
-import HcPdf from './components/hc-pdf1.vue'
 import userApi from '~api/userInfo/index'
 
 //初始变量