|
@@ -536,39 +536,6 @@
|
|
|
:close-on-click-modal="false"
|
|
|
>
|
|
|
<template>
|
|
|
- <div style="display: flex">
|
|
|
- <el-button
|
|
|
- :class="gopage == true ? 'bg' : ''"
|
|
|
- class="gopage"
|
|
|
- :theme="'default'"
|
|
|
- type="submit"
|
|
|
- :title="'上一页'"
|
|
|
- @click.native="prePage"
|
|
|
- >
|
|
|
- 上一页</el-button
|
|
|
- >
|
|
|
- <div
|
|
|
- style="
|
|
|
- width: 50px;
|
|
|
- height: 28px;
|
|
|
- background: #f4f4f4;
|
|
|
- text-align: center;
|
|
|
- line-height: 28px;
|
|
|
- "
|
|
|
- >
|
|
|
- {{ pageNum }}/{{ pageTotalNum }}
|
|
|
- </div>
|
|
|
- <el-button
|
|
|
- :class="gopage == false ? 'bg' : ''"
|
|
|
- :theme="'default'"
|
|
|
- class="downpage"
|
|
|
- type="submit"
|
|
|
- :title="'下一页'"
|
|
|
- @click.native="nextPage"
|
|
|
- >
|
|
|
- 下一页</el-button
|
|
|
- >
|
|
|
- </div>
|
|
|
<PDF
|
|
|
ref="pdf"
|
|
|
:src="pdfurl"
|