|
@ -135,7 +135,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!-- 注册PDF对话框组件 --> |
|
|
<!-- 注册PDF对话框组件 --> |
|
|
<PdfDialog ref="pdfDialog" /> |
|
|
<PdfDialog ref="pdfDialog" /> |
|
|
<!-- <PdfViewer v-if="pdfSources.length !== 0" :pdf-sources="pdfSources" frame-height="600px" /> --> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -143,7 +142,6 @@ |
|
|
import CRUD, { presenter, header } from '@crud/crud' |
|
|
import CRUD, { presenter, header } from '@crud/crud' |
|
|
import { miodLibraryCrud } from './mixins/index' |
|
|
import { miodLibraryCrud } from './mixins/index' |
|
|
import crudDocumentArchives, { FetchDelArchives, FetchCompleteDelArchives, FetchRestoreArchives, FetchInitDistributorByDocumentId } from '@/api/system/documentArchives' |
|
|
import crudDocumentArchives, { FetchDelArchives, FetchCompleteDelArchives, FetchRestoreArchives, FetchInitDistributorByDocumentId } from '@/api/system/documentArchives' |
|
|
// import rrOperation from '@crud/RR.operation' |
|
|
|
|
|
import crudOperation from '@crud/CRUD.operation' |
|
|
import crudOperation from '@crud/CRUD.operation' |
|
|
import pagination from '@crud/Pagination' |
|
|
import pagination from '@crud/Pagination' |
|
|
import TreeList from './treeList' |
|
|
import TreeList from './treeList' |
|
@ -153,9 +151,6 @@ import { exportFile } from '@/utils/index' |
|
|
import qs from 'qs' |
|
|
import qs from 'qs' |
|
|
import { mapGetters } from 'vuex' |
|
|
import { mapGetters } from 'vuex' |
|
|
|
|
|
|
|
|
// import html2canvas from 'html2canvas' |
|
|
|
|
|
// import printJS from 'print-js' |
|
|
|
|
|
// import PdfViewer from './module/pdfViewer' |
|
|
|
|
|
import PdfDialog from './module/pdfDialog' |
|
|
import PdfDialog from './module/pdfDialog' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|