sunyanqiang 2 سال پیش
والد
کامیت
b9de17551b
1فایلهای تغییر یافته به همراه33 افزوده شده و 0 حذف شده
  1. 33 0
      src/views/thought/parliament/index.vue

+ 33 - 0
src/views/thought/parliament/index.vue

@@ -536,6 +536,39 @@
       :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"